From 3a6d3821149643636bbc44445ae6d8689136880e Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 11:35:11 -0400 Subject: [PATCH] add path --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 2dd9fcc..21bc646 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 lokicontrol.sh > /dev/null &' ); + exec( 'sudo /home/pi/loki-network/lokicontrol.sh > /dev/null &' ); /* exec( 'pidof lokinet | wc -l', $lokinetstatus);