1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-11 01:27:17 +00:00

Update php version

This commit is contained in:
downtownallday 2022-06-26 21:51:55 -04:00
parent c47807776b
commit 1448213eee
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ if [ -e "$EHDD_IMG" ]; then
systemctl disable dovecot systemctl disable dovecot
systemctl disable cron systemctl disable cron
systemctl disable nginx systemctl disable nginx
systemctl disable php7.2-fpm systemctl disable php8.0-fpm
systemctl disable mailinabox systemctl disable mailinabox
systemctl disable fail2ban systemctl disable fail2ban
systemctl disable miabldap-capture systemctl disable miabldap-capture

View File

@ -2,7 +2,7 @@
if [ -s /etc/mailinabox.conf ]; then if [ -s /etc/mailinabox.conf ]; then
systemctl stop mailinabox systemctl stop mailinabox
systemctl stop nginx systemctl stop nginx
systemctl stop php7.2-fpm systemctl stop php8.0-fpm
systemctl stop postfix systemctl stop postfix
systemctl stop dovecot systemctl stop dovecot
systemctl stop cron systemctl stop cron

View File

@ -3,7 +3,7 @@ ehdd/mount.sh || exit 1
if [ -s /etc/mailinabox.conf ]; then if [ -s /etc/mailinabox.conf ]; then
[ -x /usr/sbin/slapd ] && systemctl start slapd [ -x /usr/sbin/slapd ] && systemctl start slapd
systemctl start php7.2-fpm systemctl start php8.0-fpm
systemctl start dovecot systemctl start dovecot
systemctl start postfix systemctl start postfix
systemctl start nginx systemctl start nginx