mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
add an extra safety check
SVN-Revision: 10389
This commit is contained in:
parent
2e4ccd2aad
commit
49080689d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user