From 12f9b251b72c5f999864a752138aaabac688e1bb Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 13:31:03 -0400 Subject: [PATCH] really stop --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index fd07b00..f3fcadf 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -607,7 +607,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet"; $Stop="stop"; - 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";