tweak wording Signed-off-by: Adam Warner <me@adamwarner.co.uk>

pull/3015/head
Adam Warner 5 years ago
parent d0de5fda30
commit 6a881545b0
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

@ -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

Loading…
Cancel
Save