diff --git a/includes/functions.php b/includes/functions.php index 145af88..e561668 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( 'lokinet' ); + exec( '/home/pi/loki-network/lokinet' ); location.reload(); } /* } elseif( isset($_POST['StopLokinet']) ) {