mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iup: fix uci syntax
This commit is contained in:
parent
9d0d899f53
commit
e81fd8d0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue