diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-15 23:26:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-15 23:26:46 +0200 |
| commit | 0486d088e8f9c8f5087bd55ac431696461de085e (patch) | |
| tree | 055d36241e68a9d7d3af3871f75a661f97d10af1 /scripts/remove | |
| parent | dbf54b44465bb11e4161e2c0c614e293213c70fd (diff) | |
| parent | cd046117a5b300ba67faf4d6b25bb1c44fb774d2 (diff) | |
| download | mastodon_ynh-0486d088e8f9c8f5087bd55ac431696461de085e.tar.gz mastodon_ynh-0486d088e8f9c8f5087bd55ac431696461de085e.tar.bz2 mastodon_ynh-0486d088e8f9c8f5087bd55ac431696461de085e.zip | |
Merge pull request #144 from YunoHost-Apps/example_ynh
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 |
