fix: remove bc dependency from db-backup.sh format_size function #16

Merged
JoeBot merged 1 commits from feature-deploy-script into main 2026-04-09 09:10:01 -04:00

1 Commits

Author SHA1 Message Date
e06ca74d1d fix: remove bc dependency from db-backup.sh format_size function
Replace bc-based floating point division with pure bash integer
arithmetic so the script works on minimal Ubuntu servers without
bc installed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 09:09:24 -04:00