mirror of https://github.com/hak5/openwrt.git
parent
796e53414f
commit
74f84753e7
|
@ -67,7 +67,7 @@ uci_add_update() {
|
|||
case "$PACKAGE" in
|
||||
/*) UCIFILE="$PACKAGE";;
|
||||
*)
|
||||
UCIDIR="/tmp/.uci/$PACKAGE_BASE"
|
||||
UCIFILE="/tmp/.uci/$PACKAGE_BASE"
|
||||
mkdir -p "/tmp/.uci"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue