This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a commit to branch 4.9
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.9 by this push:
new 27b0c65 Gather all S2S vpn statuses before outputting
27b0c65 is described below
commit 27b0c6590972a06147d2eeb2e9a24e742dacba4e
Author: Slair1 <[email protected]>
AuthorDate: Wed Apr 12 09:58:56 2017 -0500
Gather all S2S vpn statuses before outputting
---
systemvm/patches/debian/config/opt/cloud/bin/checkbatchs2svpn.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/systemvm/patches/debian/config/opt/cloud/bin/checkbatchs2svpn.sh
b/systemvm/patches/debian/config/opt/cloud/bin/checkbatchs2svpn.sh
index 80e3213..ff977f5 100755
--- a/systemvm/patches/debian/config/opt/cloud/bin/checkbatchs2svpn.sh
+++ b/systemvm/patches/debian/config/opt/cloud/bin/checkbatchs2svpn.sh
@@ -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
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].