From cebd8b1db1eaa33c94ccaf55bcc047b8473dd735 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Feb 2025 11:12:58 +0100 Subject: [PATCH] install_dehydrated.sh: some minor changes in script output. --- install_dehydrated.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install_dehydrated.sh b/install_dehydrated.sh index 03faf19..d370bdc 100755 --- a/install_dehydrated.sh +++ b/install_dehydrated.sh @@ -1969,7 +1969,7 @@ if [[ -n "\$_successfully_created_hosts" ]] ; then \$verbose && echononl " Generate \"TLSA 3 1 1\\" record from certificate (\${_tmp_arr[0]}).." if ! \${generate_tlsa_311} ; then - echo_skipped + \$verbose && echo_skipped else tlsa_record_311=\$( printf "_%s._tcp.%s. \$ttl_311 IN TLSA 3 1 1 %s\\n" \\ @@ -2087,7 +2087,7 @@ if [[ -n "\$_successfully_created_hosts" ]] ; then \$verbose && echononl " Generate \"TLSA 3 0 1\\" record from certificate (\${_tmp_arr[0]}).." if ! \${generate_tlsa_301} ; then - echo_skipped + \$verbose && echo_skipped else tlsa_record_301=\$( printf "_%s._tcp.%s. \$ttl_301 IN TLSA 3 0 1 %s\\n" \\ @@ -2204,7 +2204,7 @@ if [[ -n "\$_successfully_created_hosts" ]] ; then \$verbose && echononl " Generate \"TLSA 2 1 1\\" record from certificate (\${_tmp_arr[0]}).." if ! \${generate_tlsa_211} ; then - echo_skipped + \$verbose && echo_skipped else tlsa_record_211=\$( @@ -2323,7 +2323,7 @@ if [[ -n "\$_successfully_created_hosts" ]] ; then \$verbose && echononl " Generate \\"TLSA 2 0 1\\" record from root certificate (root.ca).." if ! \${generate_tlsa_201} ; then - echo_skipped + \$verbose && echo_skipped else tlsa_record_201=\$( @@ -2442,7 +2442,7 @@ if [[ -n "\$_successfully_created_hosts" ]] ; then \$verbose && echononl " Generate \\"TLSA 2 0 2\\" record from root certificate (root.ca).." if ! \${generate_tlsa_202} ; then - echo_skipped + \$verbose && echo_skipped else tlsa_record_202=\$(