iup: use correct uci syntax

This commit is contained in:
Sukru Senli 2017-06-21 13:19:37 +02:00
parent 4ece106cf4
commit 9d0d899f53

View file

@ -192,7 +192,7 @@ handle_Downloaded_file()
for f in $CONFILESLURP
do
v "File to be applied $f and config $(cat $f)"
uci import -f $f
uci -f import $f
done
pack=$(get_packages $CONFILESLURP)
v "Packages to be commited: $pack"