From 3cbb7ba5ffcda99b3e2d743d12f8357306a36523 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 17 Apr 2019 22:54:57 -0400 Subject: [PATCH] dnsmasq restart verbose --- includes/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 6babe54..c812438 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -605,9 +605,9 @@ function SaveTORAndVPNConfig() /* shell_exec('/etc/init.d/dnsmasq stop > /dev/null &'); */ $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); echo "
$output
"; - /* sleep(10); - $output = shell_exec('/etc/init.d/dnsmasq start'); - echo "
$output
"; */ + /* sleep(10); */ + $output = shell_exec('/etc/init.d/dnsmasq restart'); + echo "
$output
"; } elseif (isset($_POST['StopLokinet'])) { ?>