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 &