diff --git a/send.to.0x0.sh b/send.to.0x0.sh index d1f3989..b33e828 100755 --- a/send.to.0x0.sh +++ b/send.to.0x0.sh @@ -41,6 +41,8 @@ is_file_exist() { if [ -s "${_file}" ]; then flag_file=true debug_message "− Func is_file_exist : ${_file} seems to be a file and it's non-empty." + else + debug_message "− Func is_file_exist : The content is not a file." fi } # ]]]