intendent

This commit is contained in:
Daniel Hansson 2020-06-03 00:27:27 +02:00 committed by GitHub
parent 9315557130
commit b7a362aa67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ if ! grep -qFx extension=redis.so "$PHP_INI"
then
echo "extension=redis.so" >> "$PHP_INI"
fi
restart_webserver
restart_webserver
# Upgrade APCu and igbinary
if [ "${CURRENTVERSION%%.*}" -ge "17" ]