mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-09 06:25:15 +02:00
do not return exit code 1 if domains.txt is empty, fixes #51
This commit is contained in:
+1
-1
@@ -439,7 +439,7 @@ command_sign_domains() {
|
|||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
sign_domain $line
|
sign_domain $line
|
||||||
done
|
done || true
|
||||||
|
|
||||||
# remove temporary domains.txt file if used
|
# remove temporary domains.txt file if used
|
||||||
if [[ -n "${PARAM_DOMAIN:-}" ]]; then
|
if [[ -n "${PARAM_DOMAIN:-}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user