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 &