forked from Mirrors/freeswitch
typo :(
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6425 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2061c3799a
commit
8150716372
|
@ -21,7 +21,7 @@
|
|||
|
||||
case "$1" in
|
||||
configure)
|
||||
if ! getent passwd openfire >/dev/null; then
|
||||
if ! getent passwd freeswitch >/dev/null; then
|
||||
adduser --disabled-password --quiet --system \
|
||||
--home /opt/freeswitch \
|
||||
--gecos "FreeSwitch Voice Platform" --group daemon
|
||||
|
|
Loading…
Reference in New Issue