LingxinMeng 7 mesi fa
parent
commit
5b509ff3a6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 &