From 01aef11ba7e8b58824e3a812a0efb86082cdc998 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 11 Mar 2021 04:22:12 -0600 Subject: [PATCH] Set specific php redis version, since now using ppa with multiple ones. Also fix old condition --- jra_nextcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 9b0195e..bff2ea6 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -160,12 +160,12 @@ apt-get install -y \ php$PHPVER-ldap \ php$PHPVER-mbstring \ php$PHPVER-pgsql \ + php$PHPVER-redis \ php$PHPVER-soap \ php$PHPVER-xml \ php$PHPVER-xmlrpc \ php$PHPVER-zip \ php-imagick \ - php-redis \ redis-server \ unzip @@ -386,7 +386,7 @@ if [ "$ENABLE_HSTS" = "yes" ]; then sed -i "s|# add_header Strict-Transport-Security|add_header Strict-Transport-Security|g" $NC_NGINX_CONF fi -if [ "$DISTRO_RELEASE" != "xenial" ] && [ -z $PREAD_PROXY ]; then +if [ "$DISTRO_RELEASE" != "xenial" ] && [ ! -z $PREAD_PROXY ]; then echo " Setting up Nextcloud domain on Jitsi Meet turn proxy "