mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Update php version
This commit is contained in:
parent
c47807776b
commit
1448213eee
@ -11,7 +11,7 @@ if [ -e "$EHDD_IMG" ]; then
|
||||
systemctl disable dovecot
|
||||
systemctl disable cron
|
||||
systemctl disable nginx
|
||||
systemctl disable php7.2-fpm
|
||||
systemctl disable php8.0-fpm
|
||||
systemctl disable mailinabox
|
||||
systemctl disable fail2ban
|
||||
systemctl disable miabldap-capture
|
||||
|
@ -2,7 +2,7 @@
|
||||
if [ -s /etc/mailinabox.conf ]; then
|
||||
systemctl stop mailinabox
|
||||
systemctl stop nginx
|
||||
systemctl stop php7.2-fpm
|
||||
systemctl stop php8.0-fpm
|
||||
systemctl stop postfix
|
||||
systemctl stop dovecot
|
||||
systemctl stop cron
|
||||
|
@ -3,7 +3,7 @@ ehdd/mount.sh || exit 1
|
||||
|
||||
if [ -s /etc/mailinabox.conf ]; then
|
||||
[ -x /usr/sbin/slapd ] && systemctl start slapd
|
||||
systemctl start php7.2-fpm
|
||||
systemctl start php8.0-fpm
|
||||
systemctl start dovecot
|
||||
systemctl start postfix
|
||||
systemctl start nginx
|
||||
|
Loading…
Reference in New Issue
Block a user