LingxinMeng 6 月之前
父节点
当前提交
517a7883d5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/python2/pjibot/camera-nohup.sh

+ 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 &