LingxinMeng 6 months ago
parent
commit
135ac5457c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/python2/pjibot/csv-nohup.sh

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

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