chown full owncloud folder

This commit is contained in:
Willy Kloucek
2022-01-31 11:17:11 +01:00
parent 88830cbccc
commit 9599809e81
+2 -2
View File
@@ -2387,8 +2387,8 @@ def fixSharedDataPermissions():
"image": OC_CI_PHP,
"pull": "always",
"commands": [
"chown -R www-data:www-data /var/www/owncloud/apps",
"chmod -R 777 /var/www/owncloud/apps",
"chown -R www-data:www-data /var/www/owncloud",
"chmod -R 777 /var/www/owncloud",
"chown -R www-data:www-data /mnt/data",
"chmod -R 777 /mnt/data/",
],