From fccbb591e3e6dd11be52f6bf4f54de166a2a1518 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 22 May 2022 00:17:29 +0200 Subject: [PATCH] remove superfluous command --- setup/nextcloud.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 6df16bba..e11d9195 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -53,8 +53,6 @@ apt_install php php-fpm \ tools/editconf.py /etc/php/$(php_version)/mods-available/apcu.ini -c ';' \ apc.enabled=1 \ apc.enable_cli=1 - -restart_service php$(php_version)-fpm InstallNextcloud() {