From e8c46f6cdb7f24f71d110baa53229b30554dff51 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 20 Apr 2019 11:56:49 -0400 Subject: [PATCH] commnent out dnsmasq start/stop with lokinet launch --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 7d4e662..2758059 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -602,12 +602,12 @@ function SaveTORAndVPNConfig() Starting Lokinet background daemon process. $output"; $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); echo "
$output
"; /*sleep(5);*/ - $output = shell_exec('sudo /etc/init.d/dnsmasq start'); + # $output = shell_exec('sudo /etc/init.d/dnsmasq start'); echo "
$output
"; } elseif (isset($_POST['StopLokinet'])) { ?>