UPD: troubleshoot gitea 500 error

This commit is contained in:
xpk 2020-07-31 16:35:20 +08:00
parent 4326717c19
commit ae550693f6
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -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 -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 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