From: Nate Morris Date: Tue, 11 Jul 2023 18:58:49 +0000 (-0400) Subject: Update filesystem-permissions.md X-Git-Url: http://source.bookstackapp.com/website/commitdiff_plain/refs/pull/159/head Update filesystem-permissions.md No need to recursively change permissions on a single file --- diff --git a/content/docs/admin/filesystem-permissions.md b/content/docs/admin/filesystem-permissions.md index 570d384..8e778af 100644 --- a/content/docs/admin/filesystem-permissions.md +++ b/content/docs/admin/filesystem-permissions.md @@ -46,5 +46,5 @@ sudo chmod -R 755 /var/www/bookstack sudo chmod -R 775 /var/www/bookstack/storage /var/www/bookstack/bootstrap/cache /var/www/bookstack/public/uploads # Limit the .env file to only be readable by the user and group, and only writable by the user. -sudo chmod -R 640 /var/www/bookstack/.env +sudo chmod 640 /var/www/bookstack/.env ```