diff --git a/hash-files b/hash-files index 0f3d987..ca0142b 100755 --- a/hash-files +++ b/hash-files @@ -60,7 +60,7 @@ hash_files () { write_log "Files hashed successfully." } -create_csv () { +#create_csv () { #echo "=== Create array of comma-separated-values. === #==================================================" # for i in ${!list_of_files[@]}; do @@ -68,7 +68,7 @@ create_csv () { # done # export csv_array # write_log "CSV Array creation successful." -} +#} write_data () { #echo "=== Write data to a .csv file. ===