feat(Update Script): add send mail patch

This commit is contained in:
cubic
2022-03-14 11:49:02 +08:00
parent 384ce83ed4
commit 9d6a782e64

View File

@@ -10,7 +10,7 @@ service codefever stop
service php-fpm stop
service nginx stop
yum install -y crontabs
yum install -y crontabs sendmail mailx
service crond stop
echo 'service stopped!'
@@ -43,6 +43,10 @@ service codefever start
service php-fpm start
service nginx start
service crond start
service sendmail start
chkconfig crond on
chkconfig sendmail on
echo 'services started!'