Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2019-11-30 16:19:58 +0300
committerAdam Warner <me@adamwarner.co.uk>2019-11-30 16:25:32 +0300
commit6a881545b0d99952af2e26b50e9e859415fe7254 (patch)
treea5b702b390ebfd3f9a57e1801f727714a2c68ae8 /advanced
parentd0de5fda3086614b1f8266a9a4ed12f0b6ef9c97 (diff)
tweak wording Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Diffstat (limited to 'advanced')
-rwxr-xr-xadvanced/Scripts/list.sh2
1 files changed, 1 insertions, 1 deletions
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