From 27063d652c7d486fcb8d01c26c0c77f7e1e0fca5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 3 Nov 2017 15:07:39 +0100 Subject: [PATCH] Add date on output file for scriptb 'get_addresslist_for_domain.sh'. --- get_addresslist_for_domain.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get_addresslist_for_domain.sh b/get_addresslist_for_domain.sh index 0dd483f..339814a 100755 --- a/get_addresslist_for_domain.sh +++ b/get_addresslist_for_domain.sh @@ -205,7 +205,8 @@ for i in ${!_tmp_mbox_arr[@]} ; do address_arr[${_tmp_mbox_arr[$i]}]=$(trim $_forward_addresses) fi done - + +echo "Stand: $(date +%d". "%B" "%Y" "%H":"%M" h")" >> "$out_file" echo "" >> "$out_file" echo "--------------------" >> "$out_file" echo "- Zusammenfassung E-Mail Adressen der Domain \"$domain\"" >> "$out_file"