Improvement : use 755

This commit is contained in:
alexbelgium
2025-08-02 13:18:42 +02:00
parent a8491b99b4
commit 35c83cc224
27 changed files with 539 additions and 35 deletions

View File

@@ -24,9 +24,9 @@ else
datadirectory=/config/data
echo "Nextcloud is not installed yet, the default data directory is : $datadirectory. You can change it during nextcloud installation."
mkdir -p /config/data
chmod 777 /config/data
chmod 755 /config/data
mkdir -p /share/nextcloud
chmod 777 /share/nextcloud
chmod 755 /share/nextcloud
fi
# Is the directory valid