Merge pull request #10 from nicedevil007/Alpine-Nextcloud

Update alpine-nextcloud-install.sh
This commit is contained in:
nicedevil007 2023-09-28 15:39:25 +02:00 committed by GitHub
commit 58438c07aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -229,11 +229,10 @@ msg_ok "Set up Nextcloud-Config"
msg_info "Starting Alpine-Nextcloud" msg_info "Starting Alpine-Nextcloud"
$STD rc-service php-fpm82 start $STD rc-service php-fpm82 start
$STD chown -R nextcloud:www-data /var/log/nextcloud/ $STD 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 $STD rc-update add nginx default
$STD rc-update add nextcloud default $STD rc-update add nextcloud default
cat ~/nextcloud.creds
$STD reboot
msg_ok "Started Alpine-Nextcloud" msg_ok "Started Alpine-Nextcloud"
motd_ssh motd_ssh