diff --git a/sh/yum-notify.sh b/sh/yum-notify.sh index e6e98f6..92faaa7 100644 --- a/sh/yum-notify.sh +++ b/sh/yum-notify.sh @@ -11,5 +11,5 @@ grep -E '(base|updates).*[kM]' /root/yum-check.txt | awk '{print $1"-"$3}' >> /r echo -e "\n\nTo install these updates, run the following command:" >> /root/yum-notice.txt echo "yum -y load-transaction /root/yum-transaction.yumtx" >> /root/yum-notice.txt -cat /root/yum-notice.txt | mailx -s "Update report from $(hostname)" -- xpk@headdesk.me +cat /root/yum-notice.txt | mailx -s "Update report from $(hostname)" -- you@acme.local