mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix parsing RAM amount on non-English systems. (#9)
Export LC_ALL=C to force free and friends back to English.
This commit is contained in:
parent
4b13f3667c
commit
cfb21db57b
1 changed files with 2 additions and 1 deletions
3
quickemu
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…
Reference in a new issue