[PR #7189] [MERGED] fix: shell scripts #11525

Closed
opened 2026-02-05 14:41:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7189
Author: @martabal
Created: 2/19/2024
Status: Merged
Merged: 2/19/2024
Merged by: @alextran1502

Base: mainHead: fix/bash-optimization


📝 Commits (3)

📊 Changes

5 files changed (+22 additions, -45 deletions)

View changed files

📝 install.sh (+2 -2)
📝 server/Dockerfile (+1 -1)
📝 server/start-microservices.sh (+2 -1)
📝 server/start-server.sh (+2 -1)
📝 server/start.sh (+15 -40)

📄 Description

optimize start.sh, format files and fix an incorrect variable introduced in #7186 (DB_PASSWORD is set twice)


🔄 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/immich-app/immich/pull/7189 **Author:** [@martabal](https://github.com/martabal) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/19/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/bash-optimization` --- ### 📝 Commits (3) - [`763aa10`](https://github.com/immich-app/immich/commit/763aa10b177823ffb6fff5584fc1cbbb86017e4c) fix: bash scripts - [`37e522d`](https://github.com/immich-app/immich/commit/37e522d4570063b07466284f8a175eeb1bf945ba) fix: use bash - [`11f0c3e`](https://github.com/immich-app/immich/commit/11f0c3e0c0477176d10c003ae2a04142894ab196) fix: e2e ### 📊 Changes **5 files changed** (+22 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `install.sh` (+2 -2) 📝 `server/Dockerfile` (+1 -1) 📝 `server/start-microservices.sh` (+2 -1) 📝 `server/start-server.sh` (+2 -1) 📝 `server/start.sh` (+15 -40) </details> ### 📄 Description optimize `start.sh`, format files and fix an incorrect variable introduced in #7186 (`DB_PASSWORD` is set twice) --- <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 14:41:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11525