From 638cad1f2d23c7b28763b24a654ee259a572f044 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 17 Apr 2019 23:41:46 -0400 Subject: [PATCH] resequence --- includes/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'])) {