do not finish check_deployment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-12 23:26:39 +01:00
parent d08594458e
commit 1cfa962229

View File

@@ -243,7 +243,8 @@ switch ($_GET["op"]) {
foreach ($arr as $key=>$data) {
if ($key=="deploy-".$_GET["additional"]) {
if ($data["STATUS"]=="1") {
echo "Install in progress... Please wait...";
//echo "Install in progress... Please wait...";
echo "";
}
elseif ($data["STATUS"]=="2") {
echo "Install has finished.";