]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fix typo in error string
authorSimon Ruderich <simon@ruderich.org>
Sat, 5 Dec 2015 17:17:33 +0000 (18:17 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 6 Dec 2015 00:23:16 +0000 (01:23 +0100)
letsencrypt.sh

index f995a491bf72c42302620a52c9fbbf3a7e6737be..90174c961302cafa0e6caa7e5efb3df18a9b6068 100755 (executable)
@@ -50,7 +50,7 @@ _request() {
     curl -sSf "${2}" -d "${3}" 2>"${temperr}"
   fi
   if [ -s "${temperr}" ]; then
-      echo "  + ERROR: An error occured while sending ${1}-request to ${2} ($(<"${temperr}"))" >&2
+      echo "  + ERROR: An error occurred while sending ${1}-request to ${2} ($(<"${temperr}"))" >&2
       rm -f "${temperr}"
       exit 1
   fi