| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Up to standards ✅🟢 Issues 0 issues
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request updates the ufw-cloudflare.bash script to improve its error handling and resource cleanup. The main change is to ensure that temporary files are properly removed when the script exits due to errors or insufficient privileges by replacing direct calls to exit 1 with the clean_exit 1 function. Additionally, the error trap handler function has been renamed for clarity.
Error handling and cleanup improvements:
Other: