From 8dd644ad5e29e14009b2a3cace307f3062ca136e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 28 Jun 2024 15:17:56 +0200 Subject: [PATCH] fix comment --- usr/lib/archboot/installer/configuration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/installer/configuration.sh b/usr/lib/archboot/installer/configuration.sh index 18bc3ace9..8eb79f735 100644 --- a/usr/lib/archboot/installer/configuration.sh +++ b/usr/lib/archboot/installer/configuration.sh @@ -115,6 +115,7 @@ _set_user() { } _set_comment() { + _FN="" while true; do _dialog --title " ${_USER} Account " --no-cancel --inputbox "Enter a comment eg. your Full Name" 8 40 "" 2>"${_ANSWER}" || return 1 _FN=$(cat "${_ANSWER}")