diff options
Diffstat (limited to 'package/firewall/files/firewall.hotplug')
-rw-r--r-- | package/firewall/files/firewall.hotplug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/firewall.hotplug b/package/firewall/files/firewall.hotplug index 720b34cc89..52e7798485 100644 --- a/package/firewall/files/firewall.hotplug +++ b/package/firewall/files/firewall.hotplug @@ -6,7 +6,7 @@ [ "$DEVICE" == "lo" ] && exit 0 -. /etc/functions.sh +. /lib/functions.sh . /lib/firewall/core.sh fw_init |