aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-28 11:16:02 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-28 11:16:02 -0200
commit935fa627897a8f7ad396e6b385a9af7baf8a9783 (patch)
treee4986cf2676811852b7119ba76923497fdcafbb7
parent51803734364d30d749a2b36d5fd1377011b0d643 (diff)
downloadstowpkg-935fa627897a8f7ad396e6b385a9af7baf8a9783.tar.gz
stowpkg-935fa627897a8f7ad396e6b385a9af7baf8a9783.tar.bz2
Fix kvmxfile
-rw-r--r--kvmxfile2
1 files changed, 1 insertions, 1 deletions
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="."