From 239b1bd3eaddd0bb2b45b58edd232d8d997484af Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 14 Sep 2019 00:52:35 -0400 Subject: [PATCH] Redirect all remaining lokilaunch functions to /var/lib/lokinet/lokilaunch.sh (start stop gen bootstrap) --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index c44f953..47278fd 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -388,7 +388,7 @@ function DisplayLokinetConfig() echo '' , PHP_EOL; } - $filename = '/usr/local/bin/lokinet.ini'; + $filename = '/var/lib/lokinet/lokinet.ini'; if (file_exists($filename)) { echo '' , PHP_EOL; @@ -653,7 +653,7 @@ function SaveTORAndVPNConfig() $output"; } }