diff --git a/includes/functions.php b/includes/functions.php index 54096e4..fd26967 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"; }