diff --git a/scripts/install b/scripts/install index bdb9621..ab9ff7e 100644 --- a/scripts/install +++ b/scripts/install @@ -176,4 +176,6 @@ fi # Reload services systemctl reload nginx +systemctl stop dnsmasq.service +systemctl disable dnsmasq.service systemctl start $app.service