Gather all S2S vpn statuses before outputting

This commit is contained in:
Slair1 2017-04-12 09:58:56 -05:00 committed by Rohit Yadav
parent 4c2d851486
commit 27b0c65909

View File

@ -20,6 +20,6 @@ for i in $*
do
info=`/opt/cloud/bin/checks2svpn.sh $i`
ret=$?
echo -n "$i:$ret:$info&"
batchInfo+="$i:$ret:$info&"
done
echo -n $batchInfo