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 committed Jan 16, 2024
1 parent 889435c commit f0c495a
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 f0c495a

Please sign in to comment.