1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Fix nginx' domain file cleanup on removal

This commit is contained in:
Jean-Baptiste Holcroft 2018-05-11 19:07:23 +02:00
parent 056c585a06
commit 2a5f0bee80

View file

@ -68,6 +68,10 @@ ynh_secure_remove "$final_path"
# REMOVE NGINX CONFIGURATION
#=================================================
# remove domain specific configuration
tail -n +11 "/etc/nginx/conf.d/$domain.conf" > "/etc/nginx/conf.d/$domain.conf.temp"
mv "/etc/nginx/conf.d/$domain.conf.temp" "/etc/nginx/conf.d/$domain.conf"
# Remove the dedicated nginx config
ynh_remove_nginx_config