From 3291a0ef34b45a9f6e1ee57d8d1f9e56c62fa0bb Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 20 Dec 2023 00:26:15 +0300 Subject: [PATCH] fix: installation error fix --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 5d35ee6..05eabc8 100644 --- a/scripts/install +++ b/scripts/install @@ -19,6 +19,7 @@ ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" +mkdir "$install_dir/storage" chmod -R 770 "$install_dir/storage" #=================================================