diff --git a/hash-files b/hash-files index a06f9a8..b641d47 100755 --- a/hash-files +++ b/hash-files @@ -82,7 +82,7 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do hash=$($md5_bin $file | awk '{ print $4 }') mdls_per_file $file # echo "============= CSV Row ==========" - #echo "$file,$hash,$mdls_properties" + echo "$file,$hash,$mdls_properties" # write_per_file $file $hash $mdls_properties done } >> $temp_csv_file