dnsmasq: fix uci-defaults script to exit 0 so it is cleaned up
authorRussell Senior <russell@personaltelco.net>
Tue, 18 Feb 2020 06:16:10 +0000 (22:16 -0800)
committerHans Dedecker <dedeckeh@gmail.com>
Wed, 19 Feb 2020 21:02:59 +0000 (22:02 +0100)
commit731f7ea48a8a1f62de1a63e52b2ed8e245f12ac3
tree51e5c2bc2949a80bf0189d5b785dabd656e550fa
parentb0a3f1e8f4bae55db65d6de2c49e7daa7340211a
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 6a2855212096d2c486961a0841b037bae4b75de7, 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: Russell Senior <russell@personaltelco.net>
package/network/services/dnsmasq/files/50-dnsmasq-migrate-resolv-conf-auto.sh