From cb1c42cbc31ca86b04bd1e4bf1eb9814bfaad963 Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Wed, 26 Feb 2025 22:37:40 +0100 Subject: [PATCH] remove another lychee copy-ism, this time for a non-existant directory --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cafcf37..2a4806a 100755 --- a/scripts/install +++ b/scripts/install @@ -158,7 +158,7 @@ ynh_store_file_checksum "$install_dir/.env" app_key=$(cat $install_dir/.env | grep -e ^APP_KEY | cut -c 9-) ynh_app_setting_set --key=app_key --value=$app_key -chgrp "$app" -R "$install_dir/storage" "$install_dir/public" "$install_dir/public/sym" +chgrp "$app" -R "$install_dir/storage" "$install_dir/public" chmod -R 2775 "$install_dir/storage" "$install_dir/app" "$install_dir/public" "$install_dir/bootstrap/" #=================================================