diff options
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/remove b/scripts/remove index bd6c9c6..d5a3a55 100644 --- a/scripts/remove +++ b/scripts/remove @@ -54,9 +54,9 @@ fi ynh_script_progression --message="Stopping and removing the systemd service..." --weight=27 # Remove the dedicated systemd config -ynh_remove_systemd_config "$app-web" -ynh_remove_systemd_config "$app-sidekiq" -ynh_remove_systemd_config "$app-streaming" +ynh_remove_systemd_config --service="$app-web" +ynh_remove_systemd_config --service="$app-sidekiq" +ynh_remove_systemd_config --service="$app-streaming" #================================================= # REMOVE THE POSTGRESQL DATABASE |
