From: Michael Tremer Date: Fri, 4 Aug 2017 21:03:03 +0000 (+0000) Subject: ipsec: Fix typo in variable check X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=471f16bca43bb17e1c44c07b17215da180e27bc2;p=people%2Fjschlag%2Fnetwork.git ipsec: Fix typo in variable check Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index f6d4fd3..7c6f8bb 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}