[PR #339] [MERGED] Fix Wallos Update #2496

Closed
opened 2025-11-20 05:30:19 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/339
Author: @MickLesk
Created: 11/18/2024
Status: Merged
Merged: 11/19/2024
Merged by: @MickLesk

Base: mainHead: MickLesk-wallos-patch


📝 Commits (4)

📊 Changes

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

View changed files

📝 ct/wallos.sh (+3 -2)

📄 Description

Description

Check if wallos.db exists
Minor optimization in the backup of files

Fixes # (issue)
https://github.com/community-scripts/ProxmoxVE/issues/315#issuecomment-2483634383

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.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/339 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/18/2024 **Status:** ✅ Merged **Merged:** 11/19/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `MickLesk-wallos-patch` --- ### 📝 Commits (4) - [`2cf44e9`](https://github.com/community-scripts/ProxmoxVE/commit/2cf44e972c964085c60a4976ae4ef8c7cebb4ad4) (Maintenance) Optimize DB Check Wallos - [`b8086ff`](https://github.com/community-scripts/ProxmoxVE/commit/b8086ff6357813161121465fb7d3b3d96f063efe) Switch mkdir - [`f974432`](https://github.com/community-scripts/ProxmoxVE/commit/f974432ef88c7e619a373b37f1bf817362d9b4d3) switch to logos - [`cd55a57`](https://github.com/community-scripts/ProxmoxVE/commit/cd55a57a31e6cfe994ae5359816e33614ba1500c) Update wallos.sh ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `ct/wallos.sh` (+3 -2) </details> ### 📄 Description ## Description Check if wallos.db exists Minor optimization in the backup of files Fixes # (issue) https://github.com/community-scripts/ProxmoxVE/issues/315#issuecomment-2483634383 ## 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.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <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:30:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2496