]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
do not return exit code 1 if domains.txt is empty, fixes #51
authorLukas Schauer <lukas@schauer.so>
Wed, 16 Dec 2015 11:48:11 +0000 (12:48 +0100)
committerLukas Schauer <lukas@schauer.so>
Wed, 16 Dec 2015 11:48:11 +0000 (12:48 +0100)
letsencrypt.sh

index 3089dd55699cc79d3512e2d1c589ce5a309ea1dc..26403f91ebad2db7f09eaef6619fabfb0193d7b4 100755 (executable)
@@ -439,7 +439,7 @@ command_sign_domains() {
 
     # shellcheck disable=SC2086
     sign_domain $line
-  done
+  done || true
 
   # remove temporary domains.txt file if used
   if [[ -n "${PARAM_DOMAIN:-}" ]]; then