From 05af70c2f32988cc38f1c50d37e8d191170a26ce Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Dec 2018 16:01:00 +0000 Subject: [PATCH] ipsec-interfaces: Use correct righthost variable Signed-off-by: Michael Tremer --- src/scripts/ipsec-interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ipsec-interfaces b/src/scripts/ipsec-interfaces index 5b629669da..da4f6a02f4 100644 --- a/src/scripts/ipsec-interfaces +++ b/src/scripts/ipsec-interfaces @@ -68,7 +68,7 @@ main() { local args=( "local" "${VPN_IP}" - "remote" "${remote}" + "remote" "${righthost}" "ttl" "255" ) -- 2.39.2