aboutsummaryrefslogtreecommitdiff
path: root/scripts/remove
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-02-26 20:57:41 +0100
committerGitHub <noreply@github.com>2021-02-26 20:57:41 +0100
commit27eafa9fd59c56ab915f03d080980bd1ab156590 (patch)
tree4c6c68a73659155f6998b5120476b257cc057f4f /scripts/remove
parenta233ccc644d97aa89756fac9f0ce68c98d81d27c (diff)
parentd3172db5407767d08b94030a53b8d7c360499952 (diff)
downloadmastodon_ynh-27eafa9fd59c56ab915f03d080980bd1ab156590.tar.gz
mastodon_ynh-27eafa9fd59c56ab915f03d080980bd1ab156590.tar.bz2
mastodon_ynh-27eafa9fd59c56ab915f03d080980bd1ab156590.zip
Merge pull request #258 from YunoHost-Apps/testing
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