From 935fa627897a8f7ad396e6b385a9af7baf8a9783 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Jan 2018 11:16:02 -0200 Subject: Fix kvmxfile --- kvmxfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvmxfile b/kvmxfile index 3a03db6..23aaec1 100644 --- a/kvmxfile +++ b/kvmxfile @@ -9,7 +9,7 @@ basebox="stretch" user="user" # First user password -password="`head -c ${1:-20} /dev/urandom | base64`" +password="`head -c 20 /dev/urandom | base64`" # Set this is you want to be able to share folders between host and guest. shared_folder="." -- cgit v1.2.3