mirror of
https://github.com/immich-app/immich.git
synced 2026-02-12 11:58:15 +03:00
fix(server): immich command (#5408)
* fix: immich command * chore: use absolute paths
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
./start.sh admin-cli $1
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
npx immich "$@"
|
||||
2
server/bin/immich
Executable file
2
server/bin/immich
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
node /usr/src/app/node_modules/.bin/immich "$@"
|
||||
2
server/bin/immich-admin
Executable file
2
server/bin/immich-admin
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
/usr/src/app/start.sh immich-admin $1
|
||||
Reference in New Issue
Block a user