From 6f9b93f3a546ae6ced5f0c4d21953f0353e85a8b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 30 Mar 2019 23:05:14 -0400 Subject: [PATCH] return gen output --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 590dc0d..031965a 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -615,7 +615,7 @@ function SaveTORAndVPNConfig(){ /dev/null &', $return ); + exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen"', $return ); ?>
@@ -624,7 +624,7 @@ function SaveTORAndVPNConfig(){ /dev/null &', $return ); + exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen"', $return ); ?>