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:
Daniel Dietzler 2023-08-27 16:35:49 +02:00 committed by GitHub
parent 912a13ea0d
commit 7097cf6319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

2
server/bin/admin-cli.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
./start.sh admin-cli $1