From f4613e45750305d6b243c2dceaeeff26a232a691 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 22:29:25 -0400 Subject: [PATCH] again --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 6daabf4..0da7f14 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -636,7 +636,7 @@ function SaveTORAndVPNConfig(){ //echo "lokinet-bootstrap ", $bootstrap; $bootstrap = escapeshellarg($bootstrap); $bootstrap=trim($bootstrap, '"'); - echo "sudo /home/pi/loki-network/lokilaunch.sh bootstrap $bootstrap"; + echo "sudo /home/pi/loki-network/lokilaunch.sh bootstrap " $bootstrap; $output = shell_exec("sudo /home/pi/loki-network/lokilaunch.sh bootstrap $bootstrap"); echo "
$output
";