summaryrefslogtreecommitdiffstats
path: root/20.0/fpm/entrypoint.sh
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-12-20 22:21:11 +0000
committerGitHub Workflow <workflow@github.com>2020-12-20 22:21:11 +0000
commitb23910be9215f8338aee419007feb70cdacb7741 (patch)
tree022fefc9aff69f3f813c70ea7a765f68d30b9cd0 /20.0/fpm/entrypoint.sh
parente2e521023f955a4ef8db66be441b3afff281d46e (diff)
Runs update.sh
Diffstat (limited to '20.0/fpm/entrypoint.sh')
-rwxr-xr-x20.0/fpm/entrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/20.0/fpm/entrypoint.sh b/20.0/fpm/entrypoint.sh
index b9ec5fc5..bee572c2 100755
--- a/20.0/fpm/entrypoint.sh
+++ b/20.0/fpm/entrypoint.sh
@@ -54,6 +54,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
echo "Configuring Redis as session handler"
{
+ file_env REDIS_HOST_PASSWORD
echo 'session.save_handler = redis'
# check if redis host is an unix socket path
if [ "$(echo "$REDIS_HOST" | cut -c1-1)" = "/" ]; then