mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03: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:
2
server/bin/admin-cli.sh
Executable file
2
server/bin/admin-cli.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
./start.sh admin-cli $1
|
||||
Reference in New Issue
Block a user