Skip to content

Commit

Permalink
return success in verbose echo regardless of verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
kgizdov committed Oct 20, 2020
1 parent 07c7c5e commit c267a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions send_email
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ __FILESIZE_LIMIT__=52428800
function verbose_echo {
# only print to screen when second argument is 1
[[ ${2} == 1 ]] && echo "${1}"
return 0
}

function err_echo {
Expand Down

0 comments on commit c267a69

Please sign in to comment.