-pypo no longer is part of the pulse-access group.

This commit is contained in:
martin 2011-02-06 23:33:43 -05:00
parent 82bef2f7d0
commit 74210b4c6d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def create_user(username):
else:
print "User already exists."
#add pypo to audio group
os.system("adduser " + username + " pulse-access 2>&1 1>/dev/null")
os.system("adduser " + username + " audio 2>&1 1>/dev/null")
def copy_dir(src_dir, dest_dir):
if (os.path.exists(dest_dir)) and (dest_dir != "/"):