From 7e46bb28ef053242139d68da91b97c381bc2c20e Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 18 Apr 2019 14:36:19 -0400 Subject: [PATCH] remove path --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 05d8bd5..a8b2069 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -604,7 +604,7 @@ function SaveTORAndVPNConfig() $output"; - shell_exec('sudo /home/pi/loki-network/lokinet > /dev/null 2>&1 &'); + shell_exec('sudo lokinet > /dev/null 2>&1 &'); $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); echo "
$output
"; /*sleep(5);*/