From 00d4bd08172f4acc89092bb857992af29ec75293 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 29 Jan 2019 15:10:04 +0800 Subject: [PATCH] 1 --- restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restart.sh b/restart.sh index 3eedcd7..5466c5f 100644 --- a/restart.sh +++ b/restart.sh @@ -1 +1 @@ -#nohup python3 bin/app.py >> bin/app.out 2>&1 & +nohup python bin/kefu_robot.py >> bin/kefu_robot.out 2>&1 &