Skip to content

Commit

Permalink
More information when checksum comparison fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Mattila committed Jan 14, 2025
1 parent 15d80ec commit ec549b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions a-put
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,8 @@ dmku3fKA/wrOpWntUTkkoQvknjZDisdmSwU4oFk/on0=
if [[ "$sum1" != "$sum2" ]]
then
echo "Upload of $input was not successful!"
echo "Checksum for local file ${tmp_dir}/$tmp_file is $sum1"
echo "Checksum for Allas object: $allas_path is $sum2"
echo "Cleaning the failed upload"
echo "Upload summary:"
cat ${tmp_dir}/upload.log
Expand Down

0 comments on commit ec549b8

Please sign in to comment.