diff --git a/ehdd/postinstall.sh b/ehdd/postinstall.sh index b630ee70..0091509b 100755 --- a/ehdd/postinstall.sh +++ b/ehdd/postinstall.sh @@ -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 diff --git a/ehdd/shutdown.sh b/ehdd/shutdown.sh index 0c04f3d5..2dfdec52 100755 --- a/ehdd/shutdown.sh +++ b/ehdd/shutdown.sh @@ -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 diff --git a/ehdd/startup.sh b/ehdd/startup.sh index df687997..1d8aa1f9 100755 --- a/ehdd/startup.sh +++ b/ehdd/startup.sh @@ -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