From d055773d659c787e16bcdf7dca03f8eeae86811b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 Mar 2023 22:34:33 +0100 Subject: [PATCH] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 0c6b882..e101710 100755 --- a/scripts/remove +++ b/scripts/remove @@ -19,7 +19,7 @@ source /usr/share/yunohost/helpers #================================================= # REMOVE THE REDIS DATABASE #================================================= -ynh_script_progression --message="Removing the Redis database..." --weight=1 +ynh_script_progression --message="Removing Redis database..." --weight=1 ynh_redis_remove_db "$redis_db"