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

+ 1 - 1
src/python2/pjibot_delivery/camera-nohup.sh

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