Compare commits

...

1 Commits

Author SHA1 Message Date
Clemens Schwaighofer 397fcb25ff Release: v9.41.1 2026-05-12 11:48:27 +09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
9.41.0.2
9.41.1
+1 -1
View File
@@ -40,7 +40,7 @@ function gitea_publish
-H "Authorization: token ${_GITEA_TOKEN}" \
"${_GITEA_URL_DL}/v${_VERSION}.zip"
);
if [ "$http_response" -eq 200 ]; then
if [ "$http_response" -ne 200 ]; then
echo "[!] Error downloading file: ${http_response}";
error=1;
fi;