From 832fbceba6552cf5a23ac723d7ac0a76c9b8ddd0 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sat, 16 Nov 2013 12:30:15 +0100 Subject: Fix avoid reading config file twice. --- adduser.local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adduser.local b/adduser.local index 9a93007..ff6c441 100755 --- a/adduser.local +++ b/adduser.local @@ -118,9 +118,7 @@ if [ -z "$profile_aux" ] && [ -n "$VERBOSE" ] && [ "$VERBOSE" -gt 0 ] && [ -n "$ esac fi -if [ -z "$profile_aux" ] && [ -f /etc/local/users.conf ]; then - . /etc/local/users.conf - +if [ -z "$profile_aux" ]; then if [ -n "$USERS_GROUPNAME" ]; then addgroup $NEWUSERNAME $USERS_GROUPNAME fi -- cgit v1.2.3