瀏覽代碼

更新脚本

jyyw 1 年之前
父節點
當前提交
967a0213cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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