aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level2.sh')
-rwxr-xr-xinit-sh/level2.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/init-sh/level2.sh b/init-sh/level2.sh
index 7f68980..e8ab1bd 100755
--- a/init-sh/level2.sh
+++ b/init-sh/level2.sh
@@ -72,9 +72,10 @@ AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc
# Group
if [[ ! -z ${DRAKX_USERS} ]]; then
- echo -n "Adding \"${DRAKX_USERS}\" to audio group :"
+ echo -n "Adding \"${DRAKX_USERS}\" to audio & mail group :"
for user in ${DRAKX_USERS}; do
usermod -G audio "${user}"
+ usermod -G mail "${user}"
done
echo "done."
fi