LingxinMeng il y a 7 mois
Parent
commit
5b509ff3a6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 else
     echo "Directory './log' already exists."
     echo "Directory './log' already exists."
 fi
 fi
-nohup python2 callback.py > log/callback.out 2>&1 &
+nohup python2 callback-pjibot_delivery.py > log/callback.out 2>&1 &