From fa8fd46faedf0e87ffaf2bd47d2403c5d98f23aa Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 18 Feb 2023 20:22:52 +0100 Subject: [PATCH] fix chmod syntax --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 226cda40..8963898b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -152,7 +152,7 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" # Pixelfed app should be able to edit its settings from the admin panel -chmod 600 "$final_path"/.env +chmod -R 600 "$final_path"/.env #================================================= # UPGRADE DEPENDENCIES