add an extra safety check
[openwrt.git] / package / base-files / files / etc / functions.sh
index 5ad45ec..af4eae2 100755 (executable)
@@ -208,4 +208,4 @@ uci_apply_defaults() {(
        uci commit
 )}
 
-[ -z "$IPKG_INSTROOT" ] && . /lib/config/uci.sh
+[ -z "$IPKG_INSTROOT" -a -f /lib/config/uci.sh ] && . /lib/config/uci.sh
This page took 0.024094 seconds and 4 git commands to generate.