From 6a881545b0d99952af2e26b50e9e859415fe7254 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 30 Nov 2019 13:19:58 +0000 Subject: [PATCH] tweak wording Signed-off-by: Adam Warner --- advanced/Scripts/list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/Scripts/list.sh b/advanced/Scripts/list.sh index 55272cde..596a6fb7 100755 --- a/advanced/Scripts/list.sh +++ b/advanced/Scripts/list.sh @@ -164,7 +164,7 @@ AddDomain() { currListName="$(getListnameFromType "${currTypeID}")" sqlite3 "${gravityDBfile}" "UPDATE domainlist SET type = ${typeID} WHERE domain='${domain}';" if [[ "${verbose}" == true ]]; then - echo -e " ${INFO} ${1} already exists in ${currListName}, it has been updated to the requested list type." + echo -e " ${INFO} ${1} already exists in ${currListName}, it has been moved to ${listname}" fi fi return