diff --git a/restart.sh b/restart.sh index 84f9343..fbbcba6 100755 --- a/restart.sh +++ b/restart.sh @@ -6,4 +6,4 @@ if [ $? -eq 0 ]; then fi cd bin -nohup python kefu_robot.py >> kefu_robot.out 2>&1 & +nohup python3 kefu_robot.py >> kefu_robot.out 2>&1 &