UCI set for a file in a different directory other than /etc/config

Had to use the below command

uci -p /tmp/ set abc.@test[0].xyz=20

Able to set and the updated value is shown using uci changes.
When i tried to commit the chnages using uci commit, it rejects with uci: I/O error .

1 Like