check_cert_for_service.sh: fix some minor errors in script output.

This commit is contained in:
Christoph 2020-06-28 11:20:29 +02:00
parent c0c0b2487c
commit dd1c9592e5

View File

@ -354,7 +354,7 @@ if $restart_service ; then
fi fi
if $_failed ; then if $_failed ; then
echo_failed echo_failed
error "$($log_file)" error "$(cat "$log_file")"
else else
echo_done echo_done
fi fi
@ -370,7 +370,7 @@ if $restart_service ; then
fi fi
if $_failed ; then if $_failed ; then
echo_failed echo_failed
error "$($log_file)" error "$(cat "$log_file")"
else else
echo_done echo_done
fi fi