mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-31 22:19:22 +08:00
feat(Update Script): add send mail patch
This commit is contained in:
@@ -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!'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user