diff --git a/includes/functions.php b/includes/functions.php index 333d991..43e5f29 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -604,8 +604,9 @@ function SaveTORAndVPNConfig() /dev/null &'); $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); - sleep(30); - shell_exec('/etc/init.d/dnsmasq start > /dev/null &'); + echo "
$output"; + sleep(10); + $output = shell_exec('/etc/init.d/dnsmasq start'); echo "
$output"; } elseif (isset($_POST['StopLokinet'])) { ?>