jyyw hai 1 ano
pai
achega
967a0213cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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