Skip to content

Commit

Permalink
Try all POST request
Browse files Browse the repository at this point in the history
Don't fail if the first one fails
  • Loading branch information
rmens committed Dec 18, 2024
1 parent f1aac05 commit 693bd34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ perform_post() {
echo -e "${GREEN}${description} POST request completed successfully (${response}).${NC}"
else
echo -e "${RED}*** ${description} POST request failed. HTTP status code: ${response} ***${NC}"
exit 1
fi
}

Expand Down

0 comments on commit 693bd34

Please sign in to comment.