@@ -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 &
-nohup python2 2csv-pjibot_delivery.py > log/2csv.out 2>&1 &
+nohup python2 2csv-pjibot_delivery.py > log/2csv-pjibot_delivery.out 2>&1 &
-nohup python2 2pcd-pjibot_delivery.py > log/2pcd.out 2>&1 &
+nohup python2 2pcd-pjibot_delivery.py > log/2pcd-pjibot_delivery.out 2>&1 &
-nohup python2 2simulation-pjibot_delivery.py > log/2simulation.out 2>&1 &
+nohup python2 2simulation-pjibot_delivery.py > log/2simulation-pjibot_delivery.out 2>&1 &