check-lets-encrypt-certs.sh: no blank line on exit.

This commit is contained in:
Christoph 2020-03-04 01:26:06 +01:00
parent 75fff03f5e
commit 8c8cbba378

View File

@ -19,7 +19,6 @@ clean_up() {
# Perform program exit housekeeping
rm -rf "$LOCK_DIR"
blank_line
exit $1
}