1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update upgrade

This commit is contained in:
Robles Rodolphe 2023-07-27 18:18:45 +02:00 committed by GitHub
parent cc044982f1
commit 40bd4ce3e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@ ynh_add_config --template="config.local.yunohost.php" --destination="$install_di
# NOTE: Don't overwrite config.local.user.php
# Permissions on files and directories
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
find "$install_dir" -type d -exec chmod 550 {} +