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'])) { ?>