install_dehydrated.sh: some minor changes in script output.
This commit is contained in:
parent
e3875b2def
commit
cebd8b1db1
@ -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=\$(
|
||||
|
Loading…
Reference in New Issue
Block a user