Release: v9.41.1

This commit is contained in:
Clemens Schwaighofer
2026-05-12 11:48:27 +09:00
parent 1e3ce162e5
commit 397fcb25ff
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;