[PR #3593] [MERGED] Fix link in clean-lxcs.sh #4295

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3593
Author: @thalatamsainath
Created: 4/2/2025
Status: Merged
Merged: 4/2/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (1)

  • 25bdfb2 Fix link in clean-lxcs.sh

📊 Changes

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

View changed files

📝 misc/clean-lxcs.sh (+1 -1)

📄 Description

✍️ Description

Fixes 404 error encounter while performing cURL to fetch clean.sh.

The issue was introduced with commit 8c051b8 when "https://github.com/community-scripts/ProxmoxVE/raw/main/misc/clean.sh" was changed to "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/misc/clean.sh".

Link: #

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.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines

📋 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/3593 **Author:** [@thalatamsainath](https://github.com/thalatamsainath) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`25bdfb2`](https://github.com/community-scripts/ProxmoxVE/commit/25bdfb281bccb6967ffae0b0046d2544c1c9a9ae) Fix link in clean-lxcs.sh ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `misc/clean-lxcs.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description <!-- Briefly describe your changes. --> Fixes 404 error encounter while performing cURL to fetch clean.sh. The issue was introduced with commit [8c051b8](https://github.com/community-scripts/ProxmoxVE/commit/8c051b81862f3e6d4dccf8339c0dce7aa84d20da#diff-931667cb78a682d99998e019d2d052d8776e98a7797d4428d1a846745365c105) when "https://github.com/community-scripts/ProxmoxVE/raw/main/misc/clean.sh" was changed to "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/misc/clean.sh". ## 🔗 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 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. --- ## 🔍 Code & Security Review (**X** in brackets) - [X] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <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:15:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#4295