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
";