summaryrefslogtreecommitdiff
path: root/entrypoint.sh
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2020-11-11 15:22:09 +1100
committerGitHub <noreply@github.com>2020-11-11 15:22:09 +1100
commit423cd09f26da0a5d5fbd3fd00fe0b082f96e97e9 (patch)
tree1f10df29c8387204b78618f27abaf886960eeb66 /entrypoint.sh
parent2834f3f8e88439a7f758dcddda8f87a4c1c61e59 (diff)
[BUGFIX] Dynamically determine healthcheck URL (#1444)
Diffstat (limited to 'entrypoint.sh')
-rwxr-xr-xentrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index be58773f8..f331a2209 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -7,4 +7,4 @@ elif [[ $(id -u) != 0 ]] || [[ $(id -g) != 0 ]]; then
else
chown -R ${PUID}:${PGID} /config
exec su-exec ${PUID}:${PGID} authelia "$@"
-fi
+fi \ No newline at end of file