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