5 lines
130 B
Bash
5 lines
130 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
addGroup bigbluebutton ""
|
||
|
addUser bigbluebutton "" bigbluebutton /home/bigbluebutton "bigbluebutton" "/bin/false"
|