mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 01:19:56 +01:00
Update nextcloud-install.sh - only chmod datadir on new install
This commit is contained in:
@@ -161,7 +161,9 @@ mkdir -p /usr/local/www/nextcloud/config
|
||||
mkdir -p /usr/local/www/nextcloud/themes
|
||||
mkdir -p /var/log/nextcloud/
|
||||
chown -R www:www /var/log/nextcloud
|
||||
chown -R www:www /mnt/files
|
||||
if [ "${REINSTALL}" != "true" ]; then
|
||||
chown -R www:www /mnt/files
|
||||
fi
|
||||
chmod -R 770 /mnt/files
|
||||
|
||||
# Install Additional Database Packages
|
||||
|
||||
Reference in New Issue
Block a user