You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ya...@apache.org on 2012/07/23 23:57:40 UTC

[11/13] git commit: CS-6840: Fix wrong path of check s2s vpn script

CS-6840: Fix wrong path of check s2s vpn script


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d855dff7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d855dff7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d855dff7

Branch: refs/heads/vpc
Commit: d855dff7c2c6e535d63e07209a5f6ee1d22207e8
Parents: 830901d
Author: Sheng Yang <sh...@citrix.com>
Authored: Tue Jul 3 11:09:00 2012 -0700
Committer: Sheng Yang <sh...@citrix.com>
Committed: Mon Jul 23 14:35:32 2012 -0700

----------------------------------------------------------------------
 .../debian/config/opt/cloud/bin/ipsectunnel.sh     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d855dff7/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh b/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh
index 470fca9..6edcd22 100755
--- a/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh
+++ b/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh
@@ -119,7 +119,7 @@ ipsec_tunnel_add() {
   for i in {1..4}
   do
     logger -t cloud "$(basename $0): checking connection status..."
-    ./checks2svpn.sh $rightpeer
+    /opt/cloud/bin/checks2svpn.sh $rightpeer
     result=$?
     if [ $result -eq 0 ]
     then