From 665541c5ebaf41383cbf105df47dfe32d713fbd8 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 22:01:03 -0400 Subject: [PATCH] echo value being passed --- includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/functions.php b/includes/functions.php index b14db63..f9d5058 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -635,6 +635,7 @@ function SaveTORAndVPNConfig(){ $bootstrap"; $output = shell_exec("sudo /home/pi/loki-network/lokilaunch.sh bootstrap $bootstrap"); echo "
$output
";