mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Add a final chmod on the install_dir
This commit is contained in:
parent
d85220bb27
commit
c86c510ac2
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ chown -R "$app" "$install_dir/web/var/cache/"{profiler,twig}
|
|||
chown -R "$app:www-data" "$install_dir/web/config/"
|
||||
chmod -R 750 "$install_dir/web/config/"
|
||||
|
||||
# FIXME: Should cleanup all the chmods.
|
||||
chmod 750 "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue