LingxinMeng 6 сар өмнө
parent
commit
517a7883d5

+ 1 - 0
src/python2/pjibot/camera-nohup.sh

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