More do-nothing function fixes
This commit is contained in:
parent
7d671bccc0
commit
1b6e51ef70
@ -60,7 +60,7 @@ hash_files () {
|
|||||||
write_log "Files hashed successfully."
|
write_log "Files hashed successfully."
|
||||||
}
|
}
|
||||||
|
|
||||||
create_csv () {
|
#create_csv () {
|
||||||
#echo "=== Create array of comma-separated-values. ===
|
#echo "=== Create array of comma-separated-values. ===
|
||||||
#=================================================="
|
#=================================================="
|
||||||
# for i in ${!list_of_files[@]}; do
|
# for i in ${!list_of_files[@]}; do
|
||||||
@ -68,7 +68,7 @@ create_csv () {
|
|||||||
# done
|
# done
|
||||||
# export csv_array
|
# export csv_array
|
||||||
# write_log "CSV Array creation successful."
|
# write_log "CSV Array creation successful."
|
||||||
}
|
#}
|
||||||
|
|
||||||
write_data () {
|
write_data () {
|
||||||
#echo "=== Write data to a .csv file. ===
|
#echo "=== Write data to a .csv file. ===
|
||||||
|
Loading…
Reference in New Issue
Block a user