From 15bec65cba8e78723a744db178490d8855c9005a Mon Sep 17 00:00:00 2001 From: Django Date: Sun, 12 Apr 2020 16:09:47 -0400 Subject: [PATCH] Update install permission issue on cache/smarty3 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 234cf73..57ef909 100755 --- a/scripts/install +++ b/scripts/install @@ -131,7 +131,7 @@ ynh_setup_source "$final_path/addon" "app_addons" # 3 - Some extra folders ynh_print_info "Creating smarty3 folder for personal data..." sudo mkdir -p "${final_path}/store/[data]/smarty3" -sudo chmod -R 777 $final_path/store +sudo chmod -R 777 $final_path/store $final_path/cache # Import database schema ynh_print_info "Importing database..."