mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
shellcheck
This commit is contained in:
parent
376939fd71
commit
8c1cddbd8c
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
# shellcheck source=common.sh
|
||||
# shellcheck disable=SC1091
|
||||
source /immich-devcontainer/common.sh
|
||||
|
||||
sudo find "${IMMICH_WORKSPACE}/server/upload" -not -path "${IMMICH_WORKSPACE}/server/upload/postgres/*" -not -path "${IMMICH_WORKSPACE}/server/upload/postgres" -exec chown node {} +
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
# shellcheck source=common.sh
|
||||
# shellcheck disable=SC1091
|
||||
source /immich-devcontainer/common.sh
|
||||
|
||||
echo "Starting Nest API Server"
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
# shellcheck source=common.sh
|
||||
# shellcheck disable=SC1091
|
||||
source /immich-devcontainer/common.sh
|
||||
|
||||
until curl --output /dev/null --silent --head --fail "http://127.0.0.1:${IMMICH_PORT}/api/server/config"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user