Move exit 1 outside of if block on verbose check to stop dnsmasq reloading

This commit is contained in:
Promofaux 2016-04-08 23:01:13 +01:00
parent ab99e80333
commit 107e0404de

View file

@ -221,8 +221,8 @@ else
if $verbose; then
echo ":::"
echo "::: No changes need to be made"
exit 1
fi
exit 1
fi
if $reload; then