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