[PR #4066] [MERGED] Element Synapse: Fix install script cd command error #4720

Open
opened 2025-11-20 06:11:21 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4066
Author: @thegeorgeliu
Created: 4/25/2025
Status: Merged
Merged: 4/25/2025
Merged by: @MickLesk

Base: mainHead: fix/element-synapse-cd-typo


📝 Commits (5)

  • d7afebe Fix cd directory
  • 3d4a882 Point to forked repo for testing
  • ceba60b Point ct script to forked repo for testing
  • 7ae56dc Revert paths from fork back to base
  • 246e347 Update install/elementsynapse-install.sh

📊 Changes

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

View changed files

📝 install/elementsynapse-install.sh (+1 -1)

📄 Description

✍️ Description

Fixes the cd command incorrectly using /opt/synapse-adminsys instead of /opt/synapse-admin, causing the install to fail with a "No such file or directory" error.

Link: #4065

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/4066 **Author:** [@thegeorgeliu](https://github.com/thegeorgeliu) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `fix/element-synapse-cd-typo` --- ### 📝 Commits (5) - [`d7afebe`](https://github.com/community-scripts/ProxmoxVE/commit/d7afebe5f1e63f29c249bdcbb44ff1902b340d92) Fix cd directory - [`3d4a882`](https://github.com/community-scripts/ProxmoxVE/commit/3d4a88216fcbb309341f891ffcd1f1051a12f7dc) Point to forked repo for testing - [`ceba60b`](https://github.com/community-scripts/ProxmoxVE/commit/ceba60bdb13cb1748ba00782cea3e8fb6bbf013f) Point ct script to forked repo for testing - [`7ae56dc`](https://github.com/community-scripts/ProxmoxVE/commit/7ae56dce9acaa4ecc259e1064d6d09da64a88c72) Revert paths from fork back to base - [`246e347`](https://github.com/community-scripts/ProxmoxVE/commit/246e347615efcf3039e8666dd8a98374b153e609) Update install/elementsynapse-install.sh ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `install/elementsynapse-install.sh` (+1 -1) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Fixes the `cd` command incorrectly using `/opt/synapse-adminsys` instead of `/opt/synapse-admin`, causing the install to fail with a "No such file or directory" error. ## 🔗 Related PR / Issue Link: #4065 ## ✅ 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 06:11:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4720