forked from Mirrors/freeswitch
3 lines
174 B
Plaintext
3 lines
174 B
Plaintext
|
#!/bin/bash
|
||
|
adduser --home /opt/freeswitch --ingroup daemon --disabled-password --disabled-login --gecos "The FreeSwitch Voice Switching System" --no-create-home freeswitch
|