mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Remove nginx configuration
This commit is contained in:
parent
8666187509
commit
b9acb93a70
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ ynh_secure_remove --file="/etc/$app"
|
|||
# Remove stunnel config
|
||||
ynh_secure_remove --file="/etc/stunnel/$app.conf"
|
||||
|
||||
# Remove nginx config
|
||||
ynh_script_progression --message="Removing nginx configuration..."
|
||||
ynh_remove_nginx_config
|
||||
|
||||
|
||||
# Remove service
|
||||
yunohost service remove $app
|
||||
|
||||
|
|
Loading…
Reference in a new issue