diff options
-rwxr-xr-x | sendmailadvanced.conf | 3 |
1 files changed, 1 insertions, 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 |