more merge conflicts!

pull/1468/head
Adam Warner 7 years ago
commit 90119c75d5
No known key found for this signature in database
GPG Key ID: 7C062498C7FA6E49

@ -42,13 +42,13 @@ Options:"
if [[ "${letter}" == "b" ]]; then
echo " -wild, --wildcard Add wildcard entry to blacklist"
fi
echo " -d, --delmode Remove domain(s) from the ${word}list
-nr, --noreload Update ${word}list without refreshing dnsmasq
-q, --quiet Make output less verbose
-h, --help Show this help dialog
-l, --list Display all your ${word}listed domains"
exit 0
}
@ -77,7 +77,7 @@ PoplistFile() {
if [[ ! -f ${whitelist} ]]; then
touch ${whitelist}
fi
for dom in "${domList[@]}"; do
# Logic: If addmode then add to desired list and remove from the other; if delmode then remove from desired list but do not add to the other
if ${addmode}; then

Loading…
Cancel
Save