1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Revert "Add rights"

This reverts commit 7fafb515d1.
This commit is contained in:
ericgaspar 2021-08-09 15:08:09 +02:00
parent 99037c5a63
commit 9f7badfdd0
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 3 deletions

View file

@ -306,7 +306,6 @@ ynh_multimedia_addaccess $app
# Fix app ownerships & permissions
chown -R $app: "$final_path" "$datadir"
chmod -R o-rwx "$final_path"
find $final_path/ -type f -print0 | xargs -0 chmod 0644
find $final_path/ -type d -print0 | xargs -0 chmod 0755
find $datadir/ -type f -print0 | xargs -0 chmod 0640

View file

@ -134,7 +134,6 @@ mkdir -p "$datadir"
# Fix app ownerships & permissions
chown -R $app: "$final_path" "$datadir"
chmod -R o-rwx "$final_path"
chmod 640 "$final_path/config/config.php"
chmod 755 /home/yunohost.app

View file

@ -425,7 +425,6 @@ exec_occ background:cron
# Fix app ownerships & permissions
chown -R $app: "$final_path" "$datadir"
chmod -R o-rwx "$final_path"
find $final_path/ -type f -print0 | xargs -0 chmod 0644
find $final_path/ -type d -print0 | xargs -0 chmod 0755
find $datadir/ -type f -print0 | xargs -0 chmod 0640