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

This commit is contained in:
Sheng Yang 2012-07-03 11:09:00 -07:00
parent 1e67de0ac5
commit 7e4841a117
1 changed files with 1 additions and 1 deletions

View File

@ -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