Update 0.2.8.md

This commit is contained in:
Stefan Pejcic
2024-09-03 12:16:10 +02:00
committed by GitHub
parent ac9950284f
commit 0851cd0cbf

View File

@@ -21,9 +21,11 @@ Not yet released.
- Fixed bug with the update_check script and added alternative server for updates.
- Fixed bug within dockerfile for `openpanel/nginx-mariadb:latest` image that caused failed build step.
- Fixed bug with limiting port speed on AlmaLinux, due to the tc command missing.
- Fixed bug with `opencli ssl-hostname` refusing to generate ssl if admin service is failed.
- Fixed bug with `opencli php-ioncube` command not extracting files.
### 💅 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](https://dev.openpanel.com/cli/files.html#Fix-Permissions) script will now add permissions for groups as well and run commands in parallel to speed-up the process.
- `bash` is replaced with `sh` in all opencli scripts, so we have support for alpine containers.