remove from output if finished so reinstall can start
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-12 17:44:01 +01:00
parent 3301fb300f
commit d08594458e

View File

@@ -247,6 +247,7 @@ switch ($_GET["op"]) {
}
elseif ($data["STATUS"]=="2") {
echo "Install has finished.";
remove_response("$key"); // remove from output if finished so reinstall can start
}
}
}