From 8d63203ca1ede9e7b640a5a4ed13e4b4d684955f Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 4 Mar 2022 00:20:53 -0500 Subject: [PATCH] Whoops - no line breka --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index ede60f4..5245340 100755 --- a/hash-files +++ b/hash-files @@ -11,7 +11,7 @@ DateTimeStamp=$(date +\%D_\%T) write_log () { #echo " ++ Write to log. # +++++++++++++++" - printf '%s - %s' "$DateTimeStamp" "$1" + printf '%s - %s\n' "$DateTimeStamp" "$1" } create_list_of_files () {