[cosmetic] --scrolltext wasnt needed here, made the window look broken

This commit is contained in:
Alexandre Aubin 2019-07-29 23:55:00 +02:00 committed by GitHub
parent 3c9b48dd93
commit 6ceb9cb9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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