wangkun %!s(int64=2) %!d(string=hai) anos
pai
achega
fbbb84b99b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jixiangxingfu.sh

+ 1 - 1
jixiangxingfu.sh

@@ -25,7 +25,7 @@ adb start-server
 echo "$(date "+%Y-%m-%d %H:%M:%S") 重启adb完毕!"
 
 echo "$(date "+%Y-%m-%d %H:%M:%S") 正在重启爬虫服务..."
-nohup python3 -u main/run_jxxf_recommend.py >>./null 2>&1 &
+nohup python3 -u main/run_jxxf_recommend.py >>./nohup.log 2>&1 &
 echo "$(date "+%Y-%m-%d %H:%M:%S") 爬虫服务重启完毕!"
 
 exit 0