Skip to content

Commit

Permalink
Update a-put
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmattil authored Mar 13, 2024
1 parent d48db5c commit 80296dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions a-put
Original file line number Diff line number Diff line change
Expand Up @@ -1049,9 +1049,9 @@ dmku3fKA/wrOpWntUTkkoQvknjZDisdmSwU4oFk/on0=
echo "Chech that crypt4gh works properly and that you have enough free spcace in $tmp_root"
exit 1
fi
#if [[ $silent -eq 0 ]] ; then
# echo "Size of the encrypted file is: ${crypt_size}K"
#fi
if [[ $silent -eq 0 ]] ; then
echo "Encryption successfull."
fi
rm ${tmp_dir}/$tmp_file
mv ${tmp_dir}/${tmp_file}.tmp ${tmp_dir}/$tmp_file
tmp_size=$crypt_size
Expand Down

0 comments on commit 80296dc

Please sign in to comment.