From 96729552866b3a7a294145a8d7f78c092fcab2fa Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 12:34:34 -0400 Subject: [PATCH] ./ --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index cfd5c44..008111e 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -599,7 +599,7 @@ function SaveTORAndVPNConfig(){ } } elseif( isset($_POST['StartLokinet']) ) { echo "Attempting to start Lokinet"; - exec( 'sudo /home/pi/loki-network/lokicontrol.sh start > /dev/null &' ); + exec( 'sudo /home/pi/loki-network/./lokicontrol.sh start > /dev/null &' ); exec( 'pidof lokinet | wc -l', $lokinetstatus); @@ -620,7 +620,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet"; - exec( 'sudo /home/pi/loki-network/lokicontrol.sh stop > /dev/null &' ); + exec( 'sudo /home/pi/loki-network/./lokicontrol.sh stop > /dev/null &' ); // location.reload(); } elseif( isset($_POST['GenerateLokinet']) ) { echo "Attempting to generate Lokinet";