Merge branch 'master' of https://gitea.jbreich.com/justin/removeadhosts
commit
24e04c58dd
|
|
@ -45,7 +45,7 @@ then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "Updating $(cat /tmp/removeadhosts-curlbuff | wc -l) lines from $SITE"
|
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
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue