mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-18 07:13:48 +01:00
do not return exit code 1 if domains.txt is empty, fixes #51
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user