1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-29 20:57:22 +02:00

update to php8.1-fpm

This commit is contained in:
matidau
2024-06-18 16:58:57 +10:00
parent 1ad9ad66c4
commit 5b3d8fe4db
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ if [ ! -f "$1/config.php" ]; then
fi
echo "Restoring backup from $1"
service php8.0-fpm stop
service php8.1-fpm stop
# remove the current ownCloud/Nextcloud installation
rm -rf /usr/local/lib/owncloud/
@@ -45,5 +45,5 @@ chown www-data:www-data "$STORAGE_ROOT/owncloud/config.php"
sudo -u www-data "php$PHP_VER" /usr/local/lib/owncloud/occ maintenance:mode --off
service php8.0-fpm start
service php8.1-fpm start
echo "Done"