LingxinMeng 7 months ago
parent
commit
3de89861e0
2 changed files with 1 additions and 3 deletions
  1. 0 2
      src/python2/pjibot_delivery/merge-tail.sh
  2. 1 1
      src/python2/pjisuv/csv-nohup.sh

+ 0 - 2
src/python2/pjibot_delivery/merge-tail.sh

@@ -1,2 +0,0 @@
-#!/bin/bash
-tail -f log/merge.log

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

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