From 471f16bca43bb17e1c44c07b17215da180e27bc2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Aug 2017 21:03:03 +0000 Subject: [PATCH] ipsec: Fix typo in variable check Signed-off-by: Michael Tremer --- src/functions/functions.ipsec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index f6d4fd32..7c6f8bbf 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -371,7 +371,7 @@ ipsec_reload() { return ${EXIT_ERROR} fi - if enabled ${ENABLED}; then + if enabled ENABLED; then if ! ipsec_connection_to_strongswan ${connection}; then log ERROR "Could not generate strongswan config for ${connnection}" return ${EXIT_ERROR} -- 2.39.5