mirror of https://github.com/tteck/Proxmox.git
Merge pull request #8 from nicedevil007/Alpine-Nextcloud
start php-fpm once and change ownership afterwards
This commit is contained in:
commit
41be05ce74
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue