LingxinMeng 7 months ago
parent
commit
418fdedf2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/python2/pjibot_delivery/pcd-nohup.sh

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

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