From 6ceb9cb9e4d89e6f60db7a2c04b74230f264c020 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 29 Jul 2019 23:55:00 +0200 Subject: [PATCH] [cosmetic] --scrolltext wasnt needed here, made the window look broken --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index ab8fe4c..8b5350c 100755 --- a/install_yunohost +++ b/install_yunohost @@ -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.