install_nextcloud.sh: fix some minor error.

This commit is contained in:
Christoph 2022-06-23 19:44:56 +02:00
parent 5fd09e7e2d
commit 022cd6d8e0

View File

@ -1239,6 +1239,8 @@ else
done
fi
# - Adjust parameter unixsocket
# -
redis_conf_file="/etc/redis/redis.conf"
@ -1403,7 +1405,6 @@ EOF
REDIS_SERVICE_INSTALLED=true
fi
# -----
@ -1427,7 +1428,7 @@ if ! $INSTALL_COLABORA_SERVICE ; then
echo "# -" >> $log_file
echo "# - ColaboraOnline Service is already installed." >> $log_file
info "Redis Service is already installed."
info "ColaboraOnline Service is already installed."
else