iup: fix uci syntax

This commit is contained in:
Sukru Senli 2017-06-21 13:40:44 +02:00
parent 9d0d899f53
commit e81fd8d0aa

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 -f import $f
uci -f $f import
done
pack=$(get_packages $CONFILESLURP)
v "Packages to be commited: $pack"