From 5911c14c0e4f7e2a9ee2430eb82b97091644e49b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 31 Aug 2024 10:44:48 +0200 Subject: [PATCH] Update 0.2.8.md --- documentation/docs/changelog/0.2.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/changelog/0.2.8.md b/documentation/docs/changelog/0.2.8.md index ee8303b7..021e523a 100644 --- a/documentation/docs/changelog/0.2.8.md +++ b/documentation/docs/changelog/0.2.8.md @@ -19,3 +19,4 @@ Not yet released. ### 💅 Polish - Update script will now [create a log file of each update attempt and write a notification in OpenAdmin dashboard](https://i.postimg.cc/sXvkNFKv/2024-08-30-20-33.png). - Added timeouts to all external curl and wget calls from opencli scripts. +- Improved `opencli files-fix_permissions` script will now add permissions for groups as well and run commands in parallel to speed-up the process.