mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
fix adduser in debian (FSBUILD-122, FSBUILD-102)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12060 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cf8f053b66
commit
104c99ea85
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -25,8 +25,8 @@ case "$1" in
|
|||||||
adduser --disabled-password --quiet --system \
|
adduser --disabled-password --quiet --system \
|
||||||
--home /opt/freeswitch \
|
--home /opt/freeswitch \
|
||||||
--gecos "FreeSwitch Voice Platform" --ingroup daemon \
|
--gecos "FreeSwitch Voice Platform" --ingroup daemon \
|
||||||
--add_extra_groups audio \
|
|
||||||
freeswitch
|
freeswitch
|
||||||
|
adduser freeswitch audio
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /opt/freeswitch
|
mkdir -p /opt/freeswitch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user