diff --git a/includes/functions.php b/includes/functions.php index a87dab2..68130bc 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -636,8 +636,8 @@ function SaveTORAndVPNConfig(){ $bootstrap=str_replace("'", "", $bootstrap); $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.''); + echo 'sudo /home/pi/loki-network/./lokilaunch.sh bootstrap '.$bootstrap.'\r'; + $output = shell_exec('sudo /home/pi/./loki-network/lokilaunch.sh bootstrap '.$bootstrap.'\r'); echo "
$output
"; }