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"