From 8793cc4925f99f6eaa15702cbb456edea82e879e Mon Sep 17 00:00:00 2001 From: Django Date: Wed, 22 Apr 2020 23:11:01 -0400 Subject: [PATCH] Update restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 04d3450..f82aa7c 100755 --- a/scripts/restore +++ b/scripts/restore @@ -58,6 +58,7 @@ ynh_restore_file "/etc/nginx/conf.d/$domain.d/$app.conf" ynh_print_info "Restoring the app main directory..." ynh_restore_file "$final_path" +sudo chmod -R 777 $final_path/cache #================================================= # RESTORE THE MYSQL DATABASE