From 6bc4a7b9c57da0b5dd2caacba7a48db73fed8a62 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Jul 2021 12:06:49 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 565ade3..93f0d13 100644 --- a/scripts/restore +++ b/scripts/restore @@ -70,7 +70,7 @@ ynh_restore_file --origin_path="$final_path" chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -chmod 600 $final_path/credentials.json +chmod 400 $final_path/credentials.json #================================================= # REINSTALL DEPENDENCIES