AI inspired fixes

This commit is contained in:
bol-van
2026-01-12 20:37:37 +03:00
parent c8cb9faf27
commit 75d2f1195d
3 changed files with 4 additions and 5 deletions

View File

@@ -256,7 +256,7 @@ check_system()
get_free_space_mb()
{
df -m $PWD | awk '/[0-9]%/{print $(NF-2)}'
df -m "$1" | awk '/[0-9]%/{print $(NF-2)}'
}
get_ram_kb()
{