Merge pull request #10 from nicedevil007/Alpine-Nextcloud

Update alpine-nextcloud-install.sh
pull/1850/head
nicedevil007 2 years ago committed by GitHub
commit 58438c07aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      install/alpine-nextcloud-install.sh

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

Loading…
Cancel
Save