mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[cosmetic] --scrolltext wasnt needed here, made the window look broken
This commit is contained in:
parent
3c9b48dd93
commit
6ceb9cb9e4
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ Do you agree to let YunoHost apply those changes to your configuration and there
|
|||
[[ "$sshd_config_possible_issues" == "0" ]] && return 0
|
||||
|
||||
# Otherwise, we ask the user to confirm
|
||||
if ! whiptail --title "SSH Configuration" --yesno "$text" 20 78 --defaultno --scrolltext ; then
|
||||
if ! whiptail --title "SSH Configuration" --yesno "$text" 20 78 --defaultno ; then
|
||||
|
||||
# Keep a copy to be restored during the postinstall
|
||||
# so that the ssh confs behaves as manually modified.
|
||||
|
|
Loading…
Add table
Reference in a new issue