Skip to content

Commit

Permalink
CP-44690: put python3 into effect
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Cheng <[email protected]>
  • Loading branch information
stephenchengCloud authored and liulinC committed Feb 5, 2024
1 parent 0791577 commit 0ef1e7e
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 0ef1e7e

Please sign in to comment.