Increase delay

pull/16/head
necro-nemesis 7 years ago
parent 89ec7a018d
commit 2c49e7c259

@ -604,7 +604,7 @@ function SaveTORAndVPNConfig()
<?php
shell_exec('/etc/init.d/dnsmasq stop > /dev/null &');
$output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start');
sleep(5);
sleep(30);
shell_exec('/etc/init.d/dnsmasq start > /dev/null &');
echo "<pre><strong>$output</strong></pre>";
} elseif (isset($_POST['StopLokinet'])) {

Loading…
Cancel
Save