From 34950c63eb7fecf66329621661ba97318623fb5b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 01:27:35 -0400 Subject: [PATCH] sudo kill --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 24e756a..2a31f66 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -603,7 +603,7 @@ function SaveTORAndVPNConfig(){ // header("Refresh:0"); } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet"; - exec( 'kill -9 lokinet' ); + exec( 'sudo kill -9 lokinet' ); // location.reload(); } elseif( isset($_POST['GenerateLokinet']) ) { echo "Attempting to generate Lokinet";