-begin adding datagrids
This commit is contained in:
parent
8d5aea0d14
commit
6553663051
249 changed files with 31982 additions and 11 deletions
|
@ -36,7 +36,7 @@ def create_user(username):
|
|||
os.system("adduser --system --quiet --group --shell /bin/bash "+username)
|
||||
|
||||
#add pypo to audio group
|
||||
os.system("adduser " + username + " pulse-access")
|
||||
os.system("adduser " + username + " audio")
|
||||
|
||||
#set pypo password
|
||||
p = os.popen('/usr/bin/passwd pypo', 'w')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue