1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

fix(immich-admin): only 1st argument was passed (#7552)

This commit is contained in:
Simon Séhier 2024-03-01 13:34:59 +01:00 committed by GitHub
parent 3b772a772c
commit 3e06062974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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