mirror of https://github.com/immich-app/immich.git
fix(server): immich command (#5408)
* fix: immich command * chore: use absolute pathspull/5419/head
parent
5e55a17b2a
commit
6e365b37db
@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
./start.sh admin-cli $1
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
npx immich "$@"
|
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
node /usr/src/app/node_modules/.bin/immich "$@"
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
/usr/src/app/start.sh immich-admin $1
|
||||||
Loading…
Reference in New Issue