diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-01-28 11:16:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-01-28 11:16:02 -0200 |
commit | 935fa627897a8f7ad396e6b385a9af7baf8a9783 (patch) | |
tree | e4986cf2676811852b7119ba76923497fdcafbb7 | |
parent | 51803734364d30d749a2b36d5fd1377011b0d643 (diff) | |
download | stowpkg-935fa627897a8f7ad396e6b385a9af7baf8a9783.tar.gz stowpkg-935fa627897a8f7ad396e6b385a9af7baf8a9783.tar.bz2 |
Fix kvmxfile
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="." |