mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-24 08:10:14 +00:00
tweak wording Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
d0de5fda30
commit
6a881545b0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ AddDomain() {
|
||||||
currListName="$(getListnameFromType "${currTypeID}")"
|
currListName="$(getListnameFromType "${currTypeID}")"
|
||||||
sqlite3 "${gravityDBfile}" "UPDATE domainlist SET type = ${typeID} WHERE domain='${domain}';"
|
sqlite3 "${gravityDBfile}" "UPDATE domainlist SET type = ${typeID} WHERE domain='${domain}';"
|
||||||
if [[ "${verbose}" == true ]]; then
|
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
|
||||||
fi
|
fi
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue