LingxinMeng há 7 meses atrás
pai
commit
5b509ff3a6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/python2/pjibot_delivery/callback-nohup.sh

+ 1 - 1
src/python2/pjibot_delivery/callback-nohup.sh

@@ -5,4 +5,4 @@ if [ ! -d "./log" ]; then
 else
     echo "Directory './log' already exists."
 fi
-nohup python2 callback.py > log/callback.out 2>&1 &
+nohup python2 callback-pjibot_delivery.py > log/callback.out 2>&1 &