From 5a08845a1001d73c9311cd4e8c536ce48bfd5072 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 12:53:07 -0400 Subject: [PATCH] quotes --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 4fd624a..10bd29d 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);