From fc716625859b4c256b9000b41861d4cb1f94184a Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 1 Apr 2019 17:34:59 -0400 Subject: [PATCH] save pull --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index ba9a24d..1a52ad5 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -636,7 +636,7 @@ function SaveTORAndVPNConfig(){ $bootstrap=htmlspecialchars($bootstrap); //$bootstrap = escapeshellarg($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
"; }