LingxinMeng 6 mēneši atpakaļ
vecāks
revīzija
381eea84fb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/python2/pjibot_patrol/xosc-nohup.sh

+ 1 - 1
src/python2/pjibot_patrol/xosc-nohup.sh

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