[package] base-files: Use -h instead of deprecated -L for symlink check
[openwrt.git] / package / firewall / files / firewall.hotplug
index ac84695..720b34c 100644 (file)
@@ -17,6 +17,6 @@ case "$ACTION" in
                fw_configure_interface "$INTERFACE" add "$DEVICE" &
        ;;
        ifdown)
-               fw_configure_interface "$INTERFACE" del "$DEVICE" &
+               fw_configure_interface "$INTERFACE" del "$DEVICE"
        ;;
 esac
This page took 0.024476 seconds and 4 git commands to generate.