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:
parent
cc044982f1
commit
40bd4ce3e9
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ ynh_add_config --template="config.local.yunohost.php" --destination="$install_di
|
||||||
# NOTE: Don't overwrite config.local.user.php
|
# NOTE: Don't overwrite config.local.user.php
|
||||||
|
|
||||||
# Permissions on files and directories
|
# Permissions on files and directories
|
||||||
|
chmod 750 "$install_dir"
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
find "$install_dir" -type d -exec chmod 550 {} +
|
find "$install_dir" -type d -exec chmod 550 {} +
|
||||||
|
|
Loading…
Add table
Reference in a new issue