upgrade changes
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-03-26 20:04:08 +01:00
parent 184ec08938
commit 490503f476
3 changed files with 6 additions and 12 deletions

View File

@@ -389,7 +389,7 @@ switch ($_GET["op"]) {
else echo "WAIT";
break;
case "upgrade":
$arr = array("NAME" => "framework", "ACTION" => "upgrade");
$arr = array("NAME" => $_GET["service"], "ACTION" => "upgrade");
$json = json_encode($arr, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT);
if (set_output("upgrade",$json)) echo "OK";