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 () {