fix remove services
This commit is contained in:
parent
9b7308681e
commit
28f4fc68fc
1 changed files with 3 additions and 3 deletions
|
|
@ -31,9 +31,9 @@ then
|
|||
fi
|
||||
|
||||
# Remove the dedicated systemd config
|
||||
ynh_config_remove_systemd"$app-web"
|
||||
ynh_config_remove_systemd"$app-sidekiq"
|
||||
ynh_config_remove_systemd"$app-streaming"
|
||||
ynh_config_remove_systemd "$app-web"
|
||||
ynh_config_remove_systemd "$app-sidekiq"
|
||||
ynh_config_remove_systemd "$app-streaming"
|
||||
|
||||
# Remove the dedicated NGINX config
|
||||
ynh_config_remove_nginx
|
||||
|
|
|
|||
Loading…
Reference in a new issue