docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
laci
2024-07-02 12:37:09 +02:00
parent 378cc23b01
commit dfcbfb8451
3 changed files with 19 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
putenv('WEBINSTALL=true');
// TEMP
putenv('HOME=/home/hael');
putenv('USER=hael');
putenv('DOCKER_REGISTRY_URL='.$_POST["registry"]);
if ($_POST["smarthost"]=="Y") {
@@ -44,6 +48,9 @@ putenv('ADDITIONAL='.$_POST["additional"]);
// check ENV variables
$output = shell_exec("set");
echo "<pre>".$output."</pre>";
$output = shell_exec("sh install.sh");
echo $output;
?>