From 90e50bf74bacc84bbcfba56ac1ebe5679edc35e4 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 14 Sep 2018 00:06:02 -0600 Subject: [PATCH] piped output from curl check to null --- cfddns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfddns.sh b/cfddns.sh index 0d57162..ae106cc 100755 --- a/cfddns.sh +++ b/cfddns.sh @@ -205,7 +205,7 @@ elif [ -z ${dnsRecords} ]; then fi # Check if curl is installed -command -v curl +command -v curl >> /dev/null curlResult=$(echo "$?") if [ $curlResult -ne 0 ]; then quit 2