From 1af7e9fadb44ccdc69c1ac31a24ef8494114c7d9 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 00:06:25 -0400 Subject: [PATCH] push output --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 3dc6130..583cf7d 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -599,7 +599,7 @@ function SaveTORAndVPNConfig(){ } } elseif( isset($_POST['StartLokinet']) ) { echo "Attempting to start Lokinet"; - exec( 'sudo screen -S lokinet /home/pi/loki-network/lokinet', $output ); + exec( 'sudo /home/pi/loki-network/lokinet', $output ); // location.reload(); } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet";