insert container

pull/15/head
necro-nemesis 6 years ago
parent ffb4362588
commit 0ebdb88229

@ -637,7 +637,7 @@ function SaveTORAndVPNConfig(){
$bootstrap=str_replace("'", "", $bootstrap);
$bootstrap=htmlspecialchars($bootstrap);
$output = shell_exec('sudo /home/pi/./loki-network/lokilaunch.sh bootstrap '.$bootstrap.'');
echo "<strong>$output</strong>";
echo "<pre><strong>$output</strong></pre>";
}
}

Loading…
Cancel
Save