diff options
Diffstat (limited to 'init-sh/level2.sh')
-rwxr-xr-x | init-sh/level2.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/init-sh/level2.sh b/init-sh/level2.sh index 7f68980..39cb7d1 100755 --- a/init-sh/level2.sh +++ b/init-sh/level2.sh @@ -70,12 +70,5 @@ echo "Allowing users to connect X server from localhost :" AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xdm/Xsession quiet AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc -# Group -if [[ ! -z ${DRAKX_USERS} ]]; then - echo -n "Adding \"${DRAKX_USERS}\" to audio group :" - for user in ${DRAKX_USERS}; do - usermod -G audio "${user}" - done - echo "done." -fi + |