From 1c981782e1bea67559cbe6fa846623d288d7ab00 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 13 Apr 2019 23:43:26 -0400 Subject: [PATCH] null output --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index ab57138..e03e926 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -609,7 +609,7 @@ function SaveTORAndVPNConfig() echo htmlspecialchars($line, ENT_QUOTES).'
' , PHP_EOL; } } elseif (isset($_POST['StartLokinet'])) { - $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh "start"'); + $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh "start" > /dev/null &'); echo "
$output
"; ?>