start php-fpm once and change ownership afterwards

This commit is contained in:
nicedevil007 2023-09-28 15:25:13 +02:00
parent e88472d36d
commit 2de9168055
1 changed files with 2 additions and 2 deletions

View File

@ -235,9 +235,9 @@ EOF
msg_ok "Set up Nextcloud-Config"
msg_info "Starting Alpine-Nextcloud"
$STD chown -R nextcloud:www-data /var/log/nextcloud/
$STD rc-service php-fpm82 stop
$STD rc-service php-fpm82 start
chown -R nextcloud:www-data /var/log/nextcloud/
$STD rc-service php-fpm82 restart
$STD rc-service nginx start
$STD rc-service nextcloud start
$STD rc-update add nginx default