fix: remove bc dependency from db-backup.sh format_size function #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature-deploy-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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