LingxinMeng 7 mesiacov pred
rodič
commit
8be03b56e5

+ 1 - 1
src/python2/pjibot_delivery/2callback-nohup.sh

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

+ 1 - 1
src/python2/pjibot_delivery/2csv-nohup.sh

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

+ 1 - 1
src/python2/pjibot_delivery/2pcd-nohup.sh

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

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

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