summaryrefslogtreecommitdiff
path: root/adduser.local
diff options
context:
space:
mode:
Diffstat (limited to 'adduser.local')
-rwxr-xr-xadduser.local4
1 files changed, 1 insertions, 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