You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
fix(admin-cli): Fixes immich-admin because npm bin does not like arguments (#3864)
* fix admin cli * move script to bin, actually pass arguments * remove accidentally created package-lock.json
This commit is contained in:
@ -32,4 +32,4 @@ if [ "$REDIS_PASSWORD_FILE" ]; then
|
||||
unset REDIS_PASSWORD_FILE
|
||||
fi
|
||||
|
||||
exec node dist/main $1
|
||||
exec node dist/main $@
|
||||
|
Reference in New Issue
Block a user