From 7e4841a1172a58c178a2b5720741789bece932dc 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 7426d4b6166..6ff8793f2c0 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/ipsectunnel.sh @@ -118,7 +118,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