hotplug-based network script rewrite
[openwrt.git] / package / base-files / default / sbin / hotplug
index 4e00959..e53b2af 100755 (executable)
@@ -1,7 +1,11 @@
 #!/bin/sh
+[ -e /tmp/.failsafe ] && {
+       export FAILSAFE=true
+} || {
+       [ -e /etc/config/network ] && . /etc/config/network
+}
 . /etc/functions.sh
 . /etc/network.overrides
-[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
 
 PATH=/bin:/sbin:/usr/bin:/usr/sbin
 LOGNAME=root
This page took 0.026523 seconds and 4 git commands to generate.