add an extra safety check
SVN-Revision: 10389
This commit is contained in:
parent
2e4ccd2aad
commit
49080689d9
1 changed files with 1 additions and 1 deletions
|
@ -208,4 +208,4 @@ uci_apply_defaults() {(
|
||||||
uci commit
|
uci commit
|
||||||
)}
|
)}
|
||||||
|
|
||||||
[ -z "$IPKG_INSTROOT" ] && . /lib/config/uci.sh
|
[ -z "$IPKG_INSTROOT" -a -f /lib/config/uci.sh ] && . /lib/config/uci.sh
|
||||||
|
|
Loading…
Reference in a new issue