Height of password dialog
This commit is contained in:
parent
dc0034286b
commit
1ed2a728ed
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue