From 80b2564c44f08b2b588b26d71715485df338e7e9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 18 May 2022 09:32:43 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index ca8c817..9403391 100644 --- a/scripts/restore +++ b/scripts/restore @@ -83,7 +83,7 @@ chown -R $app $final_path/assets chown -R $app $final_path/protected/config chown -R $app $final_path/protected/modules chown -R $app $final_path/protected/runtime -chown -R $app $final_path/uploads/* +chown -R $app $final_path/uploads #================================================= # RESTORE THE PHP-FPM CONFIGURATION