I am running a bash script that contains these statements:
MAILER="/usr/sbin/sendmail -t" # -t get To:, CC:, and BCC:, from message
. . .
local _mailer_return=$(cat "${_msg_file_name}" | "${MAILER}") # <<== this is the error, using a variable instead of a literal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.