Merge pull request #8 from nicedevil007/Alpine-Nextcloud

start php-fpm once and change ownership afterwards
This commit is contained in:
nicedevil007 2023-09-28 15:25:48 +02:00 committed by GitHub
commit 41be05ce74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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