hbbs

bbs.hlirc.net
Log | Files | Refs | README | LICENSE

commit 21d7b83ce62aa8272dece7001412d2f08c7a257c
parent ae356624b38a6933c5370eb89a956741976b368c
Author: hhvn <hayden@haydenvh.com>
Date:   Tue,  2 Feb 2021 13:28:57 +0000

bin/interface.sh: missed input in menu_users in 715cab1

Diffstat:
Mbin/interface.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/interface.sh b/bin/interface.sh @@ -276,8 +276,8 @@ menu_users(){ [ "$realname" != "" ] && userset "$user" realname "$realname" prompt "Edit bio (${k}y${s}es/${k}n${s}o/from ${k}u${s}ri)" edit [ "$edit" = "y" ] && { - info "Type ctrl+d to finish the profile" - cat > $datadir/profile/$user.new + info "Type a full stop (.) on a line to finish the profile" + sed '/^\.$/d' > $datadir/profile/$user.new save="" while [ "$save" != "y" ] && [ "$save" != "n" ] do