Skip to content

Commit

Permalink
netifd: fix 14_migrate-dhcp-release script
Browse files Browse the repository at this point in the history
prepend 'uci' to 'commit network'

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
  • Loading branch information
peter-stadler authored and dedeckeh committed Apr 5, 2020
1 parent 95bd6a0 commit 5c1d88a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,6 +18,6 @@ migrate_release() {

config_load network
config_foreach migrate_release interface
commit network
uci commit network

exit 0

0 comments on commit 5c1d88a

Please sign in to comment.