#!/bin/sh

echo ""
echo "Adjust defaut groups for new users..."
echo ""

# Probably not needed at all now
sed -i -e "s|^#EXTRA_GROUPS=*|EXTRA_GROUPS=|" /etc/adduser.conf
sed -i -e "s|^#ADD_EXTRA_GROUPS=1|ADD_EXTRA_GROUPS=1|" /etc/adduser.conf
