Skip to content

Commit

Permalink
Don't output the Wago 403 page
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Jan 17, 2025
1 parent 3f32f41 commit 840a0a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3047,6 +3047,10 @@ upload_wago() {
# don't need to ouput the redirect page
return_code=1
;;
403)
echo "Error! ($result)"
return_code=1
;;
404)
echo "Error! No Wago project for id \"$wagoid\" found."
return_code=1
Expand Down

0 comments on commit 840a0a3

Please sign in to comment.