Update alpine-nextcloud-install.sh

This commit is contained in:
nicedevil007 2023-09-28 15:38:49 +02:00
parent b75a6c6b7a
commit d8af790815
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"
$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