From ae550693f6cfdb0dbf9d47c3c62592714b5a080e Mon Sep 17 00:00:00 2001 From: x p k Date: Fri, 31 Jul 2020 16:35:20 +0800 Subject: [PATCH] UPD: troubleshoot gitea 500 error --- sh/yum-notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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