[PR #66] [MERGED] Inverted the check for tteck repo, so it exits on the correct condition #2382

Closed
opened 2025-11-20 05:29:34 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/66
Author: @newzealandpaul
Created: 11/4/2024
Status: Merged
Merged: 11/5/2024
Merged by: @MickLesk

Base: mainHead: newzealandpaul-update-repo2


📝 Commits (1)

  • 93fdd2e Inverted the check for tteck repo, so it exits on the correct condition

📊 Changes

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

View changed files

📝 misc/update-repo.sh (+2 -2)

📄 Description

Description

The inverted grep is looking to see if the update script does NOT contain "tteck". Grep therefor needs the argument -v (invert match)

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)
  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Documentation update required (this change requires an update to the documentation)

Additional Information (optional)

Reported on discord. I ran the script and noticed the same problem on a proxmox server that had not been updated.

Fix tested on Proxmox 8.2.7. The script ran without error and updated.


🔄 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/66 **Author:** [@newzealandpaul](https://github.com/newzealandpaul) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/5/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `newzealandpaul-update-repo2` --- ### 📝 Commits (1) - [`93fdd2e`](https://github.com/community-scripts/ProxmoxVE/commit/93fdd2e9d48865ee792fb5a76173e733be25e98b) Inverted the check for tteck repo, so it exits on the correct condition ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `misc/update-repo.sh` (+2 -2) </details> ### 📄 Description ## Description The inverted grep is looking to see if the update script does NOT contain "tteck". Grep therefor needs the argument -v (invert match) ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) - [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [ ] Documentation update required (this change requires an update to the documentation) ## Additional Information (optional) Reported on discord. I ran the script and noticed the same problem on a proxmox server that had not been updated. Fix tested on Proxmox 8.2.7. The script ran without error and updated. --- <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 05:29:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2382