From 7887fd4560d3237311653e1b800a5fed14377aef Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 22:53:39 -0400 Subject: [PATCH] remove comma --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 166562e..54096e4 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -636,8 +636,8 @@ function SaveTORAndVPNConfig(){ //echo "lokinet-bootstrap ", $bootstrap; $bootstrap = escapeshellarg($bootstrap); $bootstrap=str_replace("'", "", $bootstrap); - echo "sudo /home/pi/loki-network/lokilaunch.sh bootstrap , $bootstrap"; - $output = shell_exec("sudo /home/pi/loki-network/lokilaunch.sh bootstrap , {$bootstrap}"); + echo "sudo /home/pi/loki-network/lokilaunch.sh bootstrap $bootstrap"; + $output = shell_exec("sudo /home/pi/loki-network/lokilaunch.sh bootstrap {$bootstrap}"); echo "
$output
"; }