echo value being passed

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

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

Loading…
Cancel
Save