Release: v9.41.1
This commit is contained in:
@@ -1 +1 @@
|
||||
9.41.0.2
|
||||
9.41.1
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user