Skip to content
Snippets Groups Projects
Commit 1ed2a728 authored by Bob Mottram's avatar Bob Mottram
Browse files

Height of password dialog

parent dc003428
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ function install_bdsmail {
trap "rm -f $data" 0 1 2 5 15
dialog --title $"Password" \
--clear \
--passwordbox $"Enter your ssh login password" 8 60 2> $data
--passwordbox $"Enter your ssh login password.\n\nThis is the same as the original ssh login password shown when you first installed the system." 12 60 2> $data
ret=$?
case $ret in
0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment