From baae7f1a72107b004c0724df8cd087d5aefd89e6 Mon Sep 17 00:00:00 2001 From: nicedevil007 <17103076+nicedevil007@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:23:44 +0200 Subject: [PATCH] changed position of php-fpm81 restart --- install/alpine-nextcloud-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alpine-nextcloud-install.sh b/install/alpine-nextcloud-install.sh index d64b80ba..8b842aa1 100644 --- a/install/alpine-nextcloud-install.sh +++ b/install/alpine-nextcloud-install.sh @@ -155,7 +155,6 @@ sed -i -e 's|;opcache.max_accelerated_files=10000|opcache.max_accelerated_files= sed -i -e 's|;opcache.memory_consumption=128|opcache.memory_consumption=128|' /etc/php81/php.ini sed -i -e 's|;opcache.save_comments=1|opcache.save_comments=1|' /etc/php81/php.ini sed -i -e 's|;opcache.revalidate_freq=1|opcache.revalidate_freq=1|' /etc/php81/php.ini -rc-service php-fpm81 restart rc-update add redis rc-service redis start msg_ok "Set up PHP-opcache + Redis" @@ -219,6 +218,7 @@ msg_ok "Set up Nextcloud-Config" msg_info "Starting Alpine-Nextcloud" $STD chown -R nextcloud:www-data /var/log/nextcloud/ +$STD rc-service php-fpm81 restart $STD rc-service nginx start $STD rc-service nextcloud start $STD rc-update add nginx default