[PR #2726] [MERGED] EOF not detected #3857

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2726
Author: @CrazyWolf13
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @MickLesk

Base: mainHead: fix-webcheck


📝 Commits (6)

  • 063ea74 Update web-check-install.sh
  • 49093a6 Update web-check-install.sh
  • e1128d7 Update web-check-install.sh
  • 2f84c1f Update web-check-install.sh
  • 1e37cba Update web-check-install.sh
  • 1760cab Update web-check-install.sh

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 install/web-check-install.sh (+4 -3)

📄 Description

✍️ Description

@tremor021 Suggested to change
cat > /opt/run_web-check.sh << 'EOF'
to
cat <<EOF >/opt/run_web-check.sh
at https://github.com/community-scripts/ProxmoxVE/pull/2662#discussion_r1971967983

Though this breaks the script.

Link: #2662

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • 🐞 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.

📋 Additional Information (optional)


🔄 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/2726 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `fix-webcheck` --- ### 📝 Commits (6) - [`063ea74`](https://github.com/community-scripts/ProxmoxVE/commit/063ea74277ed56efa3ad47aed09af6672174da65) Update web-check-install.sh - [`49093a6`](https://github.com/community-scripts/ProxmoxVE/commit/49093a6f1ddb6fb02facf8d8fc1db3705501d451) Update web-check-install.sh - [`e1128d7`](https://github.com/community-scripts/ProxmoxVE/commit/e1128d7b61f1af4ec7183ed28fbdff7003b18e62) Update web-check-install.sh - [`2f84c1f`](https://github.com/community-scripts/ProxmoxVE/commit/2f84c1fa2a55dfc47b0322475057c0a1222dafcc) Update web-check-install.sh - [`1e37cba`](https://github.com/community-scripts/ProxmoxVE/commit/1e37cbabd05b29e98307d843c126a911c054288a) Update web-check-install.sh - [`1760cab`](https://github.com/community-scripts/ProxmoxVE/commit/1760cabbfa7d407d4d9822dcc89077aff3775ee9) Update web-check-install.sh ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `install/web-check-install.sh` (+4 -3) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> @tremor021 Suggested to change `cat > /opt/run_web-check.sh << 'EOF'` to `cat <<EOF >/opt/run_web-check.sh` at https://github.com/community-scripts/ProxmoxVE/pull/2662#discussion_r1971967983 Though this breaks the script. ## 🔗 Related PR / Discussion / Issue Link: #2662 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [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. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <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 06:07:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3857