|
@@ -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
|