|
@@ -256,7 +256,7 @@ function install_bdsmail {
|
256
|
256
|
trap "rm -f $data" 0 1 2 5 15
|
257
|
257
|
dialog --title $"Password" \
|
258
|
258
|
--clear \
|
259
|
|
- --passwordbox $"Enter your ssh login password" 8 60 2> $data
|
|
259
|
+ --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
|
260
|
260
|
ret=$?
|
261
|
261
|
case $ret in
|
262
|
262
|
0)
|