diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/remove | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/remove b/scripts/remove index 85423a4..297786f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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 |
