|
@@ -5,4 +5,4 @@ if [ ! -d "./log" ]; then
|
|
else
|
|
else
|
|
echo "Directory './log' already exists."
|
|
echo "Directory './log' already exists."
|
|
fi
|
|
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 &
|