LingxinMeng 8 tháng trước cách đây
mục cha
commit
354350b9d8

+ 1 - 1
src/python2/pjibot/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.py > log/callback.out 2>&1 &

+ 0 - 0
src/python2/pjibot/callback.py → src/python2/pjibot/callback-pjibot.py