commit ddae89c0a2e0a4d5ff09da2e03d5057a3c4c43e0
parent f72105c1fff328d6e9f2d398295d2b85366c8138
Author: hhvn <dev@haydenvh.com>
Date: Thu, 4 Mar 2021 16:14:14 +0000
bin/interface.sh: provide the right input to checknmail
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/interface.sh b/bin/interface.sh
@@ -347,7 +347,7 @@ menu_users(){
ok "password updated"
} || error "passwords do not match"
}
- [ "$email" != "" ] && checknmail "$user" && userset "$user" email "$email"
+ [ "$email" != "" ] && checknmail "$email" && userset "$user" email "$email"
[ "$nick" != "" ] && userset "$user" nick "$nick"
[ "$realname" != "" ] && userset "$user" realname "$realname"
prompt "Edit bio (${k}y${s}es/${k}n${s}o/from ${k}u${s}ri)" edit