Revert "ipsec-interfaces: Run when IPsec is disabled"

This reverts commit 3c3a1cfdb9b473fae9b792e8c211c9940fafc658.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-12-10 16:55:53 +00:00
parent 216bd9b389
commit a56357b8be

View File

@@ -37,6 +37,9 @@ log() {
}
main() {
# We are done when IPsec is not enabled
[ "${ENABLED}" = "on" ] || exit 0
# Register local variables
local "${VARS[@]}"
local action