ipsec-interfaces: Use correct righthost variable

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-12-10 16:01:00 +00:00
parent f2d45a45ab
commit 05af70c2f3

View File

@@ -68,7 +68,7 @@ main() {
local args=(
"local" "${VPN_IP}"
"remote" "${remote}"
"remote" "${righthost}"
"ttl" "255"
)