diff --git a/src/removeadhosts.sh b/src/removeadhosts.sh index e185297..abb4e8b 100755 --- a/src/removeadhosts.sh +++ b/src/removeadhosts.sh @@ -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