1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00

trying again for missing css

This commit is contained in:
farvardin 2024-02-07 16:21:09 +01:00
parent 34e6d93d57
commit 2418cd8d2c

View file

@ -33,7 +33,6 @@ ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"
chmod -R 755 "$install_dir"
#=================================================
# SPECIFIC SETUP
@ -70,6 +69,10 @@ ynh_add_fpm_config
# Create a dedicated NGINX config
ynh_add_nginx_config
#
chmod -R 755 "$install_dir"
#=================================================
# END OF SCRIPT
#=================================================