From b7a362aa67382cb3f83fc1bba5736d490a1bcd61 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 3 Jun 2020 00:27:27 +0200 Subject: [PATCH] intendent --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]