[PR #1572] [MERGED] Update Opengist.sh: Fix broken backup function #3113

Closed
opened 2026-02-05 05:29:27 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1572
Author: @bvdberg01
Created: 1/18/2025
Status: Merged
Merged: 1/19/2025
Merged by: @michelroegl-brunner

Base: mainHead: Fix-Opengist-updater


📝 Commits (1)

📊 Changes

2 files changed (+18 additions, -12 deletions)

View changed files

📝 ct/opengist.sh (+17 -11)
📝 json/opengist.json (+1 -1)

📄 Description

✍️ Description

After installing Opengist I found a problem with the update script.
This PR contains the following:

  • Fixes only that the service stops when there is an update available.
  • Backups the config file and puts it back on the correct place
  • Website JSON updateable true

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [] New script (a fully functional and thoroughly tested script or set of scripts)

🔄 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/1572 **Author:** [@bvdberg01](https://github.com/bvdberg01) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/19/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `Fix-Opengist-updater` --- ### 📝 Commits (1) - [`742ee67`](https://github.com/community-scripts/ProxmoxVE/commit/742ee67feb0a3ed47420629ed5e4d10864fa0a26) Fix updater ### 📊 Changes **2 files changed** (+18 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `ct/opengist.sh` (+17 -11) 📝 `json/opengist.json` (+1 -1) </details> ### 📄 Description ## ✍️ Description After installing Opengist I found a problem with the update script. This PR contains the following: - Fixes only that the service stops when there is an update available. - Backups the config file and puts it back on the correct place - Website JSON updateable true ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [X] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- <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 05:29:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3113