LingxinMeng hace 7 meses
padre
commit
0917af439d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/python2/pjibot_delivery/xosc-nohup.sh

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

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