test variable

pull/15/head
necro-nemesis 7 years ago
parent 7e27650235
commit 4f2030c3a0

@ -635,7 +635,7 @@ function SaveTORAndVPNConfig(){
<?php
//echo "lokinet-bootstrap ", $bootstrap;
$bootstrap = escapeshellarg($bootstrap);
$output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh bootstrap');
$output = shell_exec("sudo /home/pi/loki-network/lokilaunch.sh bootstrap $bootstrap");
echo "<pre>$output</pre>";
}

Loading…
Cancel
Save