fix comment

This commit is contained in:
Tobias Powalowski 2024-06-28 15:17:56 +02:00
parent 1803bff65a
commit 8dd644ad5e

View file

@ -115,6 +115,7 @@ _set_user() {
} }
_set_comment() { _set_comment() {
_FN=""
while true; do while true; do
_dialog --title " ${_USER} Account " --no-cancel --inputbox "Enter a comment eg. your Full Name" 8 40 "" 2>"${_ANSWER}" || return 1 _dialog --title " ${_USER} Account " --no-cancel --inputbox "Enter a comment eg. your Full Name" 8 40 "" 2>"${_ANSWER}" || return 1
_FN=$(cat "${_ANSWER}") _FN=$(cat "${_ANSWER}")