Skip to content
Snippets Groups Projects
Commit 731f7ea4 authored by Russell Senior's avatar Russell Senior Committed by Hans Dedecker
Browse files

dnsmasq: fix uci-defaults script to exit 0 so it is cleaned up


A file, package/network/services/dnsmasq/files/50-dnsmasq-migrate-resolv-conf-auto.sh,
was added in commit 6a285521, but it
does not exit in a way that tells the uci-defaults mechanism that it
succeeded, and so it is not cleaned up after running successfully. Add
an exit 0 to the end to correct that.

Signed-off-by: default avatarRussell Senior <russell@personaltelco.net>
parent b0a3f1e8
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,5 @@
uci set dhcp.@dnsmasq[0].resolvfile="/tmp/resolv.conf.d/resolv.conf.auto"
uci commit dhcp
}
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment