Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
712ead56
Commit
712ead56
authored
May 21, 2019
by
Stephan Großberndt
Browse files
[TASK] Updated message for generated password
parent
5012d96d
Changes
1
Show whitespace changes
Inline
Side-by-side
virt-install-debian
View file @
712ead56
...
...
@@ -64,7 +64,7 @@ HOST_NAME=${SERVER_NAME}
# create passwd
PASSWORD
=
$(
makepasswd
--minchars
=
10
--maxchars
=
12
)
echo
"
\n
Generated random password"
echo
"
ADD TO PASSWORD STORE / KEEP IN SAFE PLACE
"
echo
"
KEEP IN SAFE PLACE UNTIL BOOTSTRAP IS COMPLETED
"
echo
${
PASSWORD
}
read
-p
"Are you ready to continue (y/n)?
\n
"
-n
1
-r
if
[[
!
${
REPLY
}
=
~ ^[Yy]
$
]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment