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