From 6ce8863209cdbf424f195cebda363ed47d3adac7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 1 Feb 2019 19:32:05 +0800 Subject: [PATCH] 1 --- restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &