aboutsummaryrefslogtreecommitdiff
path: root/scripts/remove
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-02-25 20:26:22 +0100
committerGitHub <noreply@github.com>2021-02-25 20:26:22 +0100
commitd3172db5407767d08b94030a53b8d7c360499952 (patch)
tree4c6c68a73659155f6998b5120476b257cc057f4f /scripts/remove
parent057a2804247cc396a224df4b80427d3c9f7fe636 (diff)
parent867c83b3f8e768cf110b8d9f1426a2751a88339a (diff)
downloadmastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.tar.gz
mastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.tar.bz2
mastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.zip
Merge pull request #253 from YunoHost-Apps/upgrade
Upgrade to 3.3.0~ynh1
Diffstat (limited to 'scripts/remove')
-rw-r--r--scripts/remove6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/remove b/scripts/remove
index 9fac8f2..0c71d04 100644
--- a/scripts/remove
+++ b/scripts/remove
@@ -32,19 +32,19 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
# Remove the service from the list of services known by Yunohost (added from `yunohost service add`)
if ynh_exec_warn_less yunohost service status "$app-web" >/dev/null
then
- ynh_script_progression --message="Removing $app-web service..."
+ ynh_script_progression --message="Removing $app-web service integration..."
yunohost service remove "$app-web"
fi
if ynh_exec_warn_less yunohost service status "$app-sidekiq" >/dev/null
then
- ynh_script_progression --message="Removing $app-sidekiq service..."
+ ynh_script_progression --message="Removing $app-sidekiq service integration..."
yunohost service remove "$app-sidekiq"
fi
if ynh_exec_warn_less yunohost service status "$app-streaming" >/dev/null
then
- ynh_script_progression --message="Removing $app-streaming service..."
+ ynh_script_progression --message="Removing $app-streaming service integration..."
yunohost service remove "$app-streaming"
fi