From 1c601ee6c48eed7472040ac14303edf946b4260a Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Wed, 11 Aug 2021 11:52:49 -0500 Subject: [PATCH] Corrected syntax Added slash before dev --- src/removeadhosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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