Fix parsing RAM amount on non-English systems. (#9)

Export LC_ALL=C to force free and friends back to English.
pull/18/head
Henrik Danielsson 5 years ago committed by GitHub
parent 4b13f3667c
commit cfb21db57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      quickemu

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

Loading…
Cancel
Save