mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix missing variable assignment (found by db90h)
SVN-Revision: 5395
This commit is contained in:
parent
7af8ef7b0e
commit
e9ce379d25
@ -19,6 +19,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
uci_load() {
|
uci_load() {
|
||||||
|
local PACKAGE="$1"
|
||||||
config_load "$PACKAGE"
|
config_load "$PACKAGE"
|
||||||
local PACKAGE_BASE="$(basename "$PACKAGE")"
|
local PACKAGE_BASE="$(basename "$PACKAGE")"
|
||||||
[ -f "/tmp/.uci/${PACKAGE_BASE}" ] && {
|
[ -f "/tmp/.uci/${PACKAGE_BASE}" ] && {
|
||||||
|
Loading…
Reference in New Issue
Block a user