Update scripts/remove
This commit is contained in:
parent
7fc63a9b7d
commit
565b48a4df
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ if ynh_hide_warnings yunohost service status "$app" >/dev/null; then
|
|||
yunohost service remove "$app"
|
||||
fi
|
||||
|
||||
ynh_config_remove_systemd
|
||||
ynh_config_remove_systemd {$app}-backend
|
||||
|
||||
ynh_config_remove_systemd {$app}-frontend
|
||||
|
||||
ynh_config_remove_nginx
|
||||
|
||||
|
|
Loading…
Reference in a new issue