check php before restaring webserver

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson 2023-03-31 20:27:08 +02:00 коммит произвёл GitHub
Родитель 87249678db
Коммит 26bdbf51f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

4
lib.sh
Просмотреть файл

@ -774,6 +774,7 @@ restart_webserver() {
# https://github.com/nextcloud/vm/issues/2358
sleep 2
check_command systemctl restart apache2.service
check_php
if is_this_installed php"$PHPVER"-fpm
then
check_command systemctl restart php"$PHPVER"-fpm.service
@ -2019,6 +2020,9 @@ then
elif grep 8.2 <<< "$GETPHP" >/dev/null 2>&1
then
export PHPVER=8.2
elif grep 8.3 <<< "$GETPHP" >/dev/null 2>&1
then
export PHPVER=8.3
fi
# Export other PHP variables based on PHPVER