resequence

pull/16/head
necro-nemesis 7 years ago
parent 490933d9ea
commit 638cad1f2d

@ -602,11 +602,11 @@ function SaveTORAndVPNConfig()
Starting Lokinet background daemon process.
</div>
<?php
$output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start');
echo "<pre><strong>$output</strong></pre>";
$output = shell_exec('sudo /etc/init.d/dnsmasq stop');
echo "<pre><strong>$output</strong></pre>";
sleep(5);
$output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start');
echo "<pre><strong>$output</strong></pre>";
/*sleep(5);*/
$output = shell_exec('sudo /etc/init.d/dnsmasq start');
echo "<pre><strong>$output</strong></pre>";
} elseif (isset($_POST['StopLokinet'])) {

Loading…
Cancel
Save