summaryrefslogtreecommitdiffstats
path: root/19.0/fpm/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to '19.0/fpm/entrypoint.sh')
-rwxr-xr-x19.0/fpm/entrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/19.0/fpm/entrypoint.sh b/19.0/fpm/entrypoint.sh
index b9ec5fc5..bee572c2 100755
--- a/19.0/fpm/entrypoint.sh
+++ b/19.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