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:
parent
056c585a06
commit
2a5f0bee80
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue