Skip to content

Commit

Permalink
Use python3 explictly
Browse files Browse the repository at this point in the history
Signed-off-by: Qin Zhang (张琴) <[email protected]>
  • Loading branch information
qinz0822 committed Nov 13, 2023
1 parent 1f97340 commit bf3398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsconsole
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [ "$USER" = "" ]; then
export USER=root
fi

exec /usr/bin/python /usr/lib64/xsconsole/XSConsole.py $@
exec /usr/bin/python3 /usr/lib64/xsconsole/XSConsole.py $@

0 comments on commit bf3398f

Please sign in to comment.