hide minor error

An error shows up on the first install that `latentWhitelist.txt` doesn't exist and can't be removed.  Redirecting STDERR should fix this.
This commit is contained in:
Jacob Salmela 2015-12-27 12:25:35 -06:00
parent 94f7363b8f
commit 26dcbfc1f9
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ function gravity_pulsar() {
# regexp so it can be parsed out with grep -x
awk -F '[# \t]' 'NF>0&&$1!="" {print "^"$1"$"}' $whitelist | sed 's/\./\\./g' > $latentWhitelist
else
rm $latentWhitelist >/dev/null
rm $latentWhitelist 2>/dev/null
fi
# Prevent our sources from being pulled into the hole