diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-15 12:18:39 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-05-15 12:18:39 +0200 |
| commit | cd046117a5b300ba67faf4d6b25bb1c44fb774d2 (patch) | |
| tree | 01dbb6ee818e4ea0588ffa81529d730e834e3d46 /scripts/remove | |
| parent | f6bf3f01c9bbe6862cb8360e05245672e33963e5 (diff) | |
| download | mastodon_ynh-cd046117a5b300ba67faf4d6b25bb1c44fb774d2.tar.gz mastodon_ynh-cd046117a5b300ba67faf4d6b25bb1c44fb774d2.tar.bz2 mastodon_ynh-cd046117a5b300ba67faf4d6b25bb1c44fb774d2.zip | |
example_ynh corrections
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 |
