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