mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
15 lines
277 B
Bash
15 lines
277 B
Bash
## Compare Task
|
|
function task_compare {
|
|
TASKTYPE='COMPARE'
|
|
MESSAGE="${MESSAGE}: ${TASKTYPE} Requested"
|
|
echo_good
|
|
|
|
show_target
|
|
validate_gs_folders
|
|
validate_ph_folders
|
|
validate_os_sshpass
|
|
|
|
previous_md5
|
|
md5_compare
|
|
exit_withchange
|
|
} |