diff --git a/includes/functions.php b/includes/functions.php index fb7683d..22151bb 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -602,11 +602,11 @@ function SaveTORAndVPNConfig() Starting Lokinet background daemon process. $output"; $output = shell_exec('sudo /etc/init.d/dnsmasq stop'); echo "
$output
"; - sleep(5); + $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); + echo "
$output
"; + /*sleep(5);*/ $output = shell_exec('sudo /etc/init.d/dnsmasq start'); echo "
$output
"; } elseif (isset($_POST['StopLokinet'])) {