LingxinMeng пре 7 месеци
родитељ
комит
1b0f5dc01d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/python2/pjibot_delivery/simulation-nohup.sh

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

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