Ver Fonte

更新脚本

jyyw há 1 ano atrás
pai
commit
967a0213cf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      syjy/ipfcstV3/bin/monitor-spare2.sh

+ 1 - 1
syjy/ipfcstV3/bin/monitor-spare2.sh

@@ -6,7 +6,7 @@ pid_list=$(ps aux | grep ipfcst-spare2 | grep -v grep | awk '{print $2}' | tr -d
 if [[ -z "${pid_list}" ]]; then
 	export basedir=/home/syjy/ipfcstV3
 	export bindir=$basedir/bin
-	sh $bindir/start-spare2.sh
+	sh $bindir/restart-spare2.sh
 fi
 
 exit 0