Justin Reichardt 2021-08-15 12:14:00 -05:00
commit 24e04c58dd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ then
fi
else
echo "Updating $(cat /tmp/removeadhosts-curlbuff | wc -l) lines from $SITE"
cat /tmp/removeadhosts-curlbuff | tee -a /etc/hosts >dev/null
cat /tmp/removeadhosts-curlbuff | tee -a /etc/hosts >/dev/null
fi
done
fi