summaryrefslogtreecommitdiff
path: root/adduser.local
diff options
context:
space:
mode:
Diffstat (limited to 'adduser.local')
-rwxr-xr-xadduser.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/adduser.local b/adduser.local
index 319255e..eca4084 100755
--- a/adduser.local
+++ b/adduser.local
@@ -98,8 +98,9 @@ if [ -z "$profile_aux" ] && [ -n "$VERBOSE" ] && [ "$VERBOSE" -gt 0 ] && [ -n "$
read subscribe
case $subscribe in
y|Y)
+ fullname="`fullname`"
if [ -n "$fullname" ]; then
- subscriber="`fullname` <$NEWUSERNAME@$maildomain>"
+ subscriber="$fullname <$NEWUSERNAME@$maildomain>"
else
subscriber="$NEWUSERNAME@$maildomain"
fi