mirror of https://github.com/tteck/Proxmox.git
Merge pull request #10 from nicedevil007/Alpine-Nextcloud
Update alpine-nextcloud-install.sh
This commit is contained in:
commit
58438c07aa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue