diff --git a/includes/functions.php b/includes/functions.php index b298c7c..c800ed3 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -602,12 +602,13 @@ function SaveTORAndVPNConfig() Starting Lokinet background daemon process. $output"; $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); echo "
$output"; - /*sleep(5);*/ - $output = shell_exec('sudo dnsmasq --interface=wlan0 --bind-interfaces --dhcp-range=10.3.141.0,10.3.141.24,12h --conf-file=/etc/resolv.conf'); + $output = shell_exec('sudo /etc/init.d/dnsmasq start'); + # sleep(5); + # $output = shell_exec('sudo dnsmasq --interface=wlan0 --bind-interfaces --dhcp-range=10.3.141.0,10.3.141.24,12h --conf-file=/etc/resolv.conf'); echo "
$output"; } elseif (isset($_POST['StopLokinet'])) { ?>