From 8aefd45afc5196a166c74ac12c529702c32c403d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 9 Oct 2019 10:47:42 +0200 Subject: sendmailadvanced.conf: style --- sendmailadvanced.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sendmailadvanced.conf b/sendmailadvanced.conf index da47728..6752a1c 100755 --- a/sendmailadvanced.conf +++ b/sendmailadvanced.conf @@ -20,8 +20,7 @@ body_header_hook() # things to put into foot of email body_footer_hook() { - if [ "$(whoami)" == "root" ] && [ "$1" == "last-backups" ] - then + if [ "$(whoami)" == "root" ] && [ "$1" == "last-backups" ]; then echo "----------------------- Last Backups Begin -------------------------" echo last-backups -- cgit v1.2.3-54-g00ecf