From b087940a6331eae2dc0c832b36eb31e4b8638ee2 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Tue, 19 Mar 2019 23:45:41 -0400 Subject: [PATCH] correct typo --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index f4acfbc..64cbaba 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 screem -S lokinet /home/pi/loki-network/lokinet', $return ); + exec( 'sudo screen -S lokinet /home/pi/loki-network/lokinet', $return ); // location.reload(); } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet";