start vs restart

pull/16/head
necro-nemesis 6 years ago
parent 3bdce14e85
commit 490933d9ea

@ -607,7 +607,7 @@ function SaveTORAndVPNConfig()
$output = shell_exec('sudo /etc/init.d/dnsmasq stop');
echo "<pre><strong>$output</strong></pre>";
sleep(5);
$output = shell_exec('sudo /etc/init.d/dnsmasq restart');
$output = shell_exec('sudo /etc/init.d/dnsmasq start');
echo "<pre><strong>$output</strong></pre>";
} elseif (isset($_POST['StopLokinet'])) {
?>

Loading…
Cancel
Save