mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update install
Update install script to change home directory of nextcloud user and avoid this error : https://github.com/nextcloud/previewgenerator/issues/154
This commit is contained in:
parent
45442f8ab5
commit
56424a3703
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ ynh_script_progression --message="Configuring system user..." --weight=3
|
||||||
# Create a system user
|
# Create a system user
|
||||||
ynh_system_user_create --username=$app
|
ynh_system_user_create --username=$app
|
||||||
|
|
||||||
|
usermod -d /var/www/nextcloud nextcloud
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PHP-FPM CONFIGURATION
|
# PHP-FPM CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue