We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150ef3a commit d6c781eCopy full SHA for d6c781e
startup.sh
@@ -3,7 +3,7 @@
3
# Password: vagrant
4
set -eou pipefail
5
# Replace environmental variable to Vagrandfile
6
-export RANDOM_STR=$$
+export RANDOM_STR=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 10 | head -n 1)
7
envsubst < Vagrantfile > exported.txt && mv exported.txt Vagrantfile
8
9
chown root:kvm /dev/kvm
0 commit comments