1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix: shell scripts (#7186)

* fix: bash scripts

* pr feedback

* wrong variable

* ci: add shellcheck workflow

* fix: missing scripts
This commit is contained in:
martin
2024-02-19 00:03:01 +01:00
committed by GitHub
parent 4b46bb49d7
commit ddae707ea9
13 changed files with 65 additions and 37 deletions

View File

@ -1,2 +1,3 @@
#!/usr/bin/env sh
/usr/src/app/start.sh immich-admin $1
/usr/src/app/start.sh immich-admin "$1"