From d855dff7c2c6e535d63e07209a5f6ee1d22207e8 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 3 Jul 2012 11:09:00 -0700 Subject: [PATCH] CS-6840: Fix wrong path of check s2s vpn script --- patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh b/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh index 470fca960e3..6edcd22af6e 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