LingxinMeng 7 月之前
父節點
當前提交
d2600e302a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/python2/pjibot_delivery/csv-nohup.sh

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

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