나는 다음 코드를 시도했다
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를 포함하도록 제목을 편집한 후 스크립트가 이메일 전송을 중지합니다.