提交 860bf0a2 authored 作者: Michal Bielicki's avatar Michal Bielicki

leaving out the user parameter is not very healthy


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7122 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 96164e09
...@@ -24,7 +24,8 @@ case "$1" in ...@@ -24,7 +24,8 @@ case "$1" in
if ! getent passwd freeswitch >/dev/null; then if ! getent passwd freeswitch >/dev/null; then
adduser --disabled-password --quiet --system \ adduser --disabled-password --quiet --system \
--home /opt/freeswitch \ --home /opt/freeswitch \
--gecos "FreeSwitch Voice Platform" --group daemon --gecos "FreeSwitch Voice Platform" --group daemon \
freeswitch
fi fi
mkdir -p /opt/freeswitch mkdir -p /opt/freeswitch
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论