install output
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
root
2024-11-27 15:57:39 +01:00
parent 20e084afe6
commit 3f6c3ae015
2 changed files with 11 additions and 36 deletions

View File

@@ -44,9 +44,10 @@ if ($key=check_install()) {
}
else {
$header_text="Installing in progress... Please wait...";
$key = "install:".date("YmdHis");
redis_set($key,$json);
//$key = "install:20240816101849"; // DEBUG
//$key = "install:".date("YmdHis");
$key = "install";
if (set_output($key,$json)) echo "OK";
else echo "ERROR";
}
/*