This commit is contained in:
aozhiwei 2019-02-01 19:32:05 +08:00
parent b0ebe8fd4a
commit 6ce8863209

View File

@ -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 &