From c621d9052c2e7ccb221d9b63ab3808a108beaa82 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 12:54:17 -0400 Subject: [PATCH] stop added --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 10bd29d..716668a 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -622,7 +622,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";