私は次のコードを試しました
export HOST=`cat /etc/hostname`
function send {
#$count is defined
if [ $count != "0" ]; then
#send mail
/bin/echo "Hello world"|/usr/bin/mail -s "$HOST - server: Count = $count" -aFrom:noreply\<[email protected]\> [email protected]
fi
}
$ HOSTを含めるようにタイトルを編集すると、スクリプトは電子メールの送信を停止します。