From 9ec3cba1169e0735d5deac0a5f9b952787f4837f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 15 Jan 2022 08:48:49 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1f27f19..e5b053f 100644 --- a/scripts/install +++ b/scripts/install @@ -154,7 +154,7 @@ ynh_script_progression --message="Configuring Movim..." --weight=1 # Create cachedir folder cache_dir="/home/yunohost.app/$app" mkdir -p $cache_dir -chown -R $app $cache_dir +chown -R $app:www-data "$final_path" pushd $final_path php$phpversion composer.phar $app:migrate --quiet