From c085f2648f90e68d1670cae639ee1afffb02afc4 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 4 Dec 2020 11:42:37 +0100 Subject: [PATCH] mwan3: fix MWAN3_STARTUP caller Signed-off-by: Florian Eckert --- net/mwan3/files/etc/hotplug.d/iface/15-mwan3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 b/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 index f9212a3a61..32497a5a07 100644 --- a/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 +++ b/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 @@ -19,7 +19,7 @@ if { [ "$ACTION" = "ifup" ] || [ "$ACTION" = "connected" ] ; } && [ -z "$DEVICE" exit 3 fi -[ "$MWAN3_STARTUP" = 1 ] || procd_lock +[ "$MWAN3_STARTUP" = "init" ] || procd_lock config_load mwan3 /etc/init.d/mwan3 running || { -- 2.30.2