do not return exit code 1 if domains.txt is empty, fixes #51

This commit is contained in:
Lukas Schauer
2015-12-16 12:48:11 +01:00
parent 311112654a
commit e4666acb88

View File

@@ -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