From d06600fa0427d61bb2b4a80c7247bf0c9b56cf28 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 22:02:29 -0400 Subject: [PATCH] remove quotes --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index f9d5058..b0c3313 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -636,7 +636,7 @@ function SaveTORAndVPNConfig(){ //echo "lokinet-bootstrap ", $bootstrap; $bootstrap = escapeshellarg($bootstrap); echo "
$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
"; }