Skip to content

Commit

Permalink
Adding working test candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
JS Fillman committed Apr 9, 2024
1 parent 2a2aef3 commit 9713a02
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/zip2cloud
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ cd ${ZIP_DIR} || exit
for file in ${uploads}; do
# Get the base name of the file without extension
base_name=$(basename "$file" .7z)
# # Check if the remote md5 file exists
# if [ ! -f "${ZIP_DIR}/tmp_md5/${base_name}.md5" ]; then
# # If the remote md5 file does not exist, add the file to the uploads list
# echo "Remote does not exist for $file, adding $file to uploads list"
# final_uploads="$final_uploads $file"
# else
# Compare local and remote md5
remote_md5=$(cat "${ZIP_DIR}/tmp_md5/${base_name}.md5")
local_md5=$(cat "${ZIP_DIR}/${base_name}.md5")
Expand Down

0 comments on commit 9713a02

Please sign in to comment.