From 0a56de02a5dc16d72a479ec9d06335133c168e4d Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 9 Jan 2019 10:24:50 +0100 Subject: [PATCH] add fixe --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) 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