summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcreate-guest-with-cloudinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/create-guest-with-cloudinit b/create-guest-with-cloudinit
index 7a0037c..994ec90 100755
--- a/create-guest-with-cloudinit
+++ b/create-guest-with-cloudinit
@@ -12,6 +12,7 @@ VARDIR='/var/lib/libvirt/cloudinit'
SCRIPTDIR='/usr/local/bin/leap_cloudadmin'
KVM_URI='qemu:///system'
SEED='cloudinit_seed.img'
+[ -z "$LC_ALL" ] && LC_ALL="en_US.UTF-8"
# overwrite defaults
[ -e $CONFIG ] && . $CONFIG