[PR #5231] [MERGED] Immich: fix prompt clobber issue #5630

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5231
Author: @vhsdream
Created: 6/17/2025
Status: Merged
Merged: 6/18/2025
Merged by: @MickLesk

Base: mainHead: immich-prompt-fix


📝 Commits (4)

  • c8c32fc Immich: fix prompt clobber issue
  • 542595d change functions to new tools.func
  • 992190d Merge branch 'main' into immich-prompt-fix
  • 1ea111e duplicate

📊 Changes

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

View changed files

📝 install/immich-install.sh (+4 -4)

📄 Description

✍️ Description

  • This fixes the issue with the OpenVINO prompt being clobbered by the NodeJS and PostgreSQL install functions, by changing the sequence and improving the readability. Prompt now occurs before the functions

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • 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.

🔄 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/5231 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `immich-prompt-fix` --- ### 📝 Commits (4) - [`c8c32fc`](https://github.com/community-scripts/ProxmoxVE/commit/c8c32fc1262971fd628c2f2897e52e0083234c67) Immich: fix prompt clobber issue - [`542595d`](https://github.com/community-scripts/ProxmoxVE/commit/542595d87ea959b0c978279f704f9627ba2dee75) change functions to new tools.func - [`992190d`](https://github.com/community-scripts/ProxmoxVE/commit/992190d91bcdbcb7ba7a89bcceac51d0793d5820) Merge branch 'main' into immich-prompt-fix - [`1ea111e`](https://github.com/community-scripts/ProxmoxVE/commit/1ea111ed8bbbac22912ca8b27d4a8343bef2547e) duplicate ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `install/immich-install.sh` (+4 -4) </details> ### 📄 Description ## ✍️ Description - This fixes the issue with the OpenVINO prompt being clobbered by the NodeJS and PostgreSQL install functions, by changing the sequence and improving the readability. Prompt now occurs before the functions ## 🔗 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 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. --- <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 07:06:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5630