status 2
continuous-integration/drone/push Build is failing

This commit is contained in:
root
2024-09-24 15:19:03 +02:00
parent 064b9b2e42
commit 8bcf0d35be
+3
View File
@@ -216,6 +216,9 @@ switch ($_GET["op"]) {
if ($data["STATUS"]=="1") { // TODO - curenct state message???
echo "Install in progress... Please wait...";
}
elseif ($data["STATUS"]=="2") {
echo "Install has finished.";
}
}
}
}