diff options
| author | Thomas <51749973+Thovi98@users.noreply.github.com> | 2025-08-25 07:55:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-25 07:55:20 +0200 |
| commit | 28f4fc68fcfd4991d7e427c479a3583544cec60a (patch) | |
| tree | bca963533abf28ac1efe460dedcf49038c4dfc4e /scripts | |
| parent | 9b7308681eed5b930c60dd882d6588a6fc28af37 (diff) | |
| download | mastodon_ynh-28f4fc68fcfd4991d7e427c479a3583544cec60a.tar.gz mastodon_ynh-28f4fc68fcfd4991d7e427c479a3583544cec60a.tar.bz2 mastodon_ynh-28f4fc68fcfd4991d7e427c479a3583544cec60a.zip | |
fix remove services
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 |
