From 70c2c7ed58b4ff2212782ded3eebcf006fb93fca Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 22:12:38 -0400 Subject: [PATCH] echo entire string --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index b0c3313..d912f1d 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -635,8 +635,8 @@ function SaveTORAndVPNConfig(){ $bootstrap"; - $output = shell_exec('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
"; }