1
0
Fork 0
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:
Bluesmoothie 2023-08-02 10:45:36 +02:00 committed by GitHub
parent 45442f8ab5
commit 56424a3703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#================================================= #=================================================