From 0d1c21fe72d991ee2dedf485ee4ea232537d227c Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 12 Sep 2019 07:07:56 -0400 Subject: [PATCH] Remove stop and restart of DNSMasq when launching lokinet daemon --- includes/functions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 3e8d608..9a5b97f 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -614,12 +614,14 @@ function SaveTORAndVPNConfig() Launching Lokinet. $output"; +*/ $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); echo "
$output
"; - $output = shell_exec('sudo /etc/init.d/dnsmasq start'); +/* $output = shell_exec('sudo /etc/init.d/dnsmasq start'); echo "
$output
"; +*/ } elseif (isset($_POST['StopDaemon'])) { ?>