Update 0.2.8.md

This commit is contained in:
Stefan Pejcic
2024-09-03 12:49:16 +02:00
committed by GitHub
parent ea27781147
commit a98a273494

View File

@@ -30,3 +30,4 @@ Not yet released.
- 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.
- `bc` command is repalced with `awk` in sentinel scripts, so we have support for RHEL distributions that do not have bc pre-installed.