From 51eba2ae23e4a987a46eacdeee415e3773a3fc22 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 22:56:03 -0400 Subject: [PATCH] add ./ --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index fd26967..a8976af 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -637,7 +637,7 @@ function SaveTORAndVPNConfig(){ $bootstrap = escapeshellarg($bootstrap); $bootstrap=str_replace("'", "", $bootstrap); echo "sudo /home/pi/loki-network/lokilaunch.sh bootstrap $bootstrap"; - $output = shell_exec("sudo /home/pi/loki-network/lokilaunch.sh bootstrap $bootstrap"); + $output = shell_exec("sudo /home/pi/./loki-network/lokilaunch.sh bootstrap $bootstrap"); echo "
$output
"; }