[package] base-files: also regenerate wifi config if existing config contains only...
[openwrt.git] / package / base-files / files / sbin / hotplug-call
index c5a76a7..e56460d 100755 (executable)
@@ -10,7 +10,7 @@ export HOTPLUG_TYPE="$1"
                echo 1 > "/sys$DEVPATH/loading"
                dd if="/lib/firmware/$FIRMWARE" of="/sys$DEVPATH/data" bs=64k
                echo 0 > "/sys$DEVPATH/loading"
-       }
+       } || echo -1 > "/sys$DEVPATH/loading"
        exit 0
 }
 
This page took 0.022546 seconds and 4 git commands to generate.