mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user