From ecefc77e6e46fc77fff797091b553f4aae85cabc Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 12:52:17 -0400 Subject: [PATCH] no quotes --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 6f05e67..4fd624a 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -600,7 +600,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StartLokinet']) ) { echo "Attempting to start Lokinet"; $Start="start"; - 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);