From dcfdf0c9e2261b5121031e03e466e1eb1db829d6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 19 Nov 2021 11:18:02 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 02a93b8..bbf1cfe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -357,7 +357,7 @@ ynh_remove_mongo() { # Only remove the mongodb service if it is not installed. if ! ynh_package_is_installed --package="mongodb*" then - ynh_print_info --message="Removing MongoDB service..." + ynh_script_progression --message="Removing MongoDB service..." --weight=2 # Define Mongo Service Name if [ "$(lsb_release --codename --short)" = "buster" ]; then MONGODB_SERVICENAME=$MONGO_CE_SERVICENAME