Update nextcloud-install.sh

This commit is contained in:
tschettervictor
2025-01-27 15:19:50 -07:00
committed by GitHub
parent 91bed4dbe3
commit 9adcd7614d

View File

@@ -163,8 +163,8 @@ mkdir -p /var/log/nextcloud/
chown -R www:www /var/log/nextcloud chown -R www:www /var/log/nextcloud
if [ "${REINSTALL}" != "true" ]; then if [ "${REINSTALL}" != "true" ]; then
chown -R www:www /mnt/files chown -R www:www /mnt/files
chmod -R 770 /mnt/files
fi fi
chmod -R 770 /mnt/files
# Install Additional Database Packages # Install Additional Database Packages
if [ "${DB_TYPE}" = "MariaDB" ]; then if [ "${DB_TYPE}" = "MariaDB" ]; then