mirror of https://github.com/apache/cloudstack.git
CS-6840: Fix wrong path of check s2s vpn script
This commit is contained in:
parent
1e67de0ac5
commit
7e4841a117
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue