From 56424a370311eb44d97738111e53e8c7a3202c56 Mon Sep 17 00:00:00 2001 From: Bluesmoothie Date: Wed, 2 Aug 2023 10:45:36 +0200 Subject: [PATCH] Update install Update install script to change home directory of nextcloud user and avoid this error : https://github.com/nextcloud/previewgenerator/issues/154 --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 102e984..9a06a71 100755 --- a/scripts/install +++ b/scripts/install @@ -113,6 +113,8 @@ ynh_script_progression --message="Configuring system user..." --weight=3 # Create a system user ynh_system_user_create --username=$app +usermod -d /var/www/nextcloud nextcloud + #================================================= # PHP-FPM CONFIGURATION #=================================================