Height of password dialog

This commit is contained in:
Bob Mottram 2018-02-13 10:21:04 +00:00
parent dc0034286b
commit 1ed2a728ed
1 changed files with 1 additions and 1 deletions

View File

@ -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)