1
0
Fork 0
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:
Salamandar 2023-09-25 12:08:48 +02:00
parent d85220bb27
commit c86c510ac2

View file

@ -100,6 +100,9 @@ chown -R "$app" "$install_dir/web/var/cache/"{profiler,twig}
chown -R "$app:www-data" "$install_dir/web/config/" chown -R "$app:www-data" "$install_dir/web/config/"
chmod -R 750 "$install_dir/web/config/" chmod -R 750 "$install_dir/web/config/"
# FIXME: Should cleanup all the chmods.
chmod 750 "$install_dir"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION
#================================================= #=================================================