[PR #3899] [MERGED] [core] remove unneeded vars from shellcheck #4460

Closed
opened 2026-02-05 06:21:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3899
Author: @MickLesk
Created: 4/15/2025
Status: Merged
Merged: 4/15/2025
Merged by: @tremor021

Base: mainHead: remove_unneeded_vars


📝 Commits (2)

  • e1b3ce8 remove unneeded wars
  • ad2b1b9 Update alpine-wireguard-install.sh

📊 Changes

68 files changed (+300 additions, -306 deletions)

View changed files

📝 ct/alpine-wireguard.sh (+1 -1)
📝 ct/bookstack.sh (+1 -1)
📝 ct/create_lxc.sh (+3 -3)
📝 ct/fenrus.sh (+2 -2)
📝 ct/gomft.sh (+1 -1)
📝 ct/heimdall-dashboard.sh (+2 -2)
📝 ct/hoarder.sh (+4 -4)
📝 ct/karakeep.sh (+4 -4)
📝 ct/kimai.sh (+1 -1)
📝 ct/nginxproxymanager.sh (+3 -3)
📝 ct/npmplus.sh (+17 -18)
📝 ct/outline.sh (+1 -1)
📝 ct/paymenter.sh (+1 -1)
📝 ct/pelican-panel.sh (+2 -2)
📝 ct/pterodactyl-panel.sh (+1 -1)
📝 ct/snipeit.sh (+1 -1)
📝 ct/tandoor.sh (+3 -3)
📝 ct/zabbix.sh (+1 -1)
📝 ct/zitadel.sh (+1 -1)
📝 install/alpine-wireguard-install.sh (+2 -2)

...and 48 more files

📄 Description

✍️ Description

remove uneeded || exit vars, that handled by log handler

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/3899 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/15/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `remove_unneeded_vars` --- ### 📝 Commits (2) - [`e1b3ce8`](https://github.com/community-scripts/ProxmoxVE/commit/e1b3ce8ae95ff1900363f3ca01f30ba19a311a53) remove unneeded wars - [`ad2b1b9`](https://github.com/community-scripts/ProxmoxVE/commit/ad2b1b9ffd29b5df0aa921a386196f2799689d77) Update alpine-wireguard-install.sh ### 📊 Changes **68 files changed** (+300 additions, -306 deletions) <details> <summary>View changed files</summary> 📝 `ct/alpine-wireguard.sh` (+1 -1) 📝 `ct/bookstack.sh` (+1 -1) 📝 `ct/create_lxc.sh` (+3 -3) 📝 `ct/fenrus.sh` (+2 -2) 📝 `ct/gomft.sh` (+1 -1) 📝 `ct/heimdall-dashboard.sh` (+2 -2) 📝 `ct/hoarder.sh` (+4 -4) 📝 `ct/karakeep.sh` (+4 -4) 📝 `ct/kimai.sh` (+1 -1) 📝 `ct/nginxproxymanager.sh` (+3 -3) 📝 `ct/npmplus.sh` (+17 -18) 📝 `ct/outline.sh` (+1 -1) 📝 `ct/paymenter.sh` (+1 -1) 📝 `ct/pelican-panel.sh` (+2 -2) 📝 `ct/pterodactyl-panel.sh` (+1 -1) 📝 `ct/snipeit.sh` (+1 -1) 📝 `ct/tandoor.sh` (+3 -3) 📝 `ct/zabbix.sh` (+1 -1) 📝 `ct/zitadel.sh` (+1 -1) 📝 `install/alpine-wireguard-install.sh` (+2 -2) _...and 48 more files_ </details> ### 📄 Description ## ✍️ Description remove uneeded || exit vars, that handled by log handler ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 06:21:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#4460