Fix parsing RAM amount on non-English systems.

Export LC_ALL=C to force free and friends back to English.
This commit is contained in:
Henrik Danielsson 2020-03-21 00:53:12 +01:00 committed by GitHub
parent e8ddb13e9b
commit 78701592c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
export LC_ALL=C
function disk_delete() {
if [ -e "${disk_img}" ]; then