[PR #4498] [MERGED] Update scripts that use "read -p" to properly indent text #5034

Closed
opened 2025-11-20 07:03:56 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: readpfixes


📝 Commits (1)

  • 1a98818 Update scripts that use read -p

📊 Changes

44 files changed (+257 additions, -258 deletions)

View changed files

📝 .github/CONTRIBUTOR_AND_GUIDES/install/AppName-install.md (+1 -1)
📝 ct/homarr.sh (+1 -1)
📝 ct/homeassistant-core.sh (+1 -1)
📝 install/alpine-docker-install.sh (+7 -7)
📝 install/alpine-komodo-install.sh (+5 -5)
📝 install/alpine-mariadb-install.sh (+1 -1)
📝 install/alpine-postgresql-install.sh (+1 -1)
📝 install/alpine-traefik-install.sh (+1 -1)
📝 install/alpine-wireguard-install.sh (+1 -1)
📝 install/apache-tomcat-install.sh (+79 -79)
📝 install/aria2-install.sh (+1 -1)
📝 install/authelia-install.sh (+1 -1)
📝 install/bytestash-install.sh (+3 -3)
📝 install/caddy-install.sh (+2 -2)
📝 install/cloudflared-install.sh (+1 -1)
📝 install/cryptpad-install.sh (+4 -4)
📝 install/docker-install.sh (+3 -3)
📝 install/dockge-install.sh (+2 -2)
📝 install/dotnetaspwebapi-install.sh (+1 -1)
📝 install/elementsynapse-install.sh (+1 -1)

...and 24 more files

📄 Description

✍️ Description

  • Make all scripts that use read -p to get input, to properly indent with the rest of the status messages.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • 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/4498 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 5/15/2025 **Status:** ✅ Merged **Merged:** 5/15/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `readpfixes` --- ### 📝 Commits (1) - [`1a98818`](https://github.com/community-scripts/ProxmoxVE/commit/1a98818917d618513bc1f65dc0bedd1bb3a09398) Update scripts that use read -p ### 📊 Changes **44 files changed** (+257 additions, -258 deletions) <details> <summary>View changed files</summary> 📝 `.github/CONTRIBUTOR_AND_GUIDES/install/AppName-install.md` (+1 -1) 📝 `ct/homarr.sh` (+1 -1) 📝 `ct/homeassistant-core.sh` (+1 -1) 📝 `install/alpine-docker-install.sh` (+7 -7) 📝 `install/alpine-komodo-install.sh` (+5 -5) 📝 `install/alpine-mariadb-install.sh` (+1 -1) 📝 `install/alpine-postgresql-install.sh` (+1 -1) 📝 `install/alpine-traefik-install.sh` (+1 -1) 📝 `install/alpine-wireguard-install.sh` (+1 -1) 📝 `install/apache-tomcat-install.sh` (+79 -79) 📝 `install/aria2-install.sh` (+1 -1) 📝 `install/authelia-install.sh` (+1 -1) 📝 `install/bytestash-install.sh` (+3 -3) 📝 `install/caddy-install.sh` (+2 -2) 📝 `install/cloudflared-install.sh` (+1 -1) 📝 `install/cryptpad-install.sh` (+4 -4) 📝 `install/docker-install.sh` (+3 -3) 📝 `install/dockge-install.sh` (+2 -2) 📝 `install/dotnetaspwebapi-install.sh` (+1 -1) 📝 `install/elementsynapse-install.sh` (+1 -1) _...and 24 more files_ </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Make all scripts that use `read -p` to get input, to properly indent with the rest of the status messages. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **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. - [x] 🔧 **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>
saavagebueno added the pull-request label 2025-11-20 07:03:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5034