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 if [[ "${letter}" == "b" ]]; then
echo " -wild, --wildcard Add wildcard entry to blacklist" echo " -wild, --wildcard Add wildcard entry to blacklist"
fi fi
echo " -d, --delmode Remove domain(s) from the ${word}list echo " -d, --delmode Remove domain(s) from the ${word}list
-nr, --noreload Update ${word}list without refreshing dnsmasq -nr, --noreload Update ${word}list without refreshing dnsmasq
-q, --quiet Make output less verbose -q, --quiet Make output less verbose
-h, --help Show this help dialog -h, --help Show this help dialog
-l, --list Display all your ${word}listed domains" -l, --list Display all your ${word}listed domains"
exit 0 exit 0
} }
@ -77,7 +77,7 @@ PoplistFile() {
if [[ ! -f ${whitelist} ]]; then if [[ ! -f ${whitelist} ]]; then
touch ${whitelist} touch ${whitelist}
fi fi
for dom in "${domList[@]}"; do 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 # 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 if ${addmode}; then

Loading…
Cancel
Save