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