diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 9da9710e..2e746764 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -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" ]