mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 18:30:01 +00:00
Merge pull request #757 in FS/freeswitch from ~HANSMI/freeswitch:fs-8948 to master
* commit '3b4b839ed47fd089db82e2b1c709f894d622823d': FS-8948 #resolve Handle non-existent config in Debian postinst
This commit is contained in:
commit
8fdd4f3af7
4
debian/freeswitch.postinst
vendored
4
debian/freeswitch.postinst
vendored
@ -31,7 +31,9 @@ case "$1" in
|
||||
done
|
||||
if [ ! -d "/etc/freeswitch" ]; then
|
||||
mkdir -p /etc/freeswitch/
|
||||
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
|
||||
if [ -e /usr/share/freeswitch/conf/vanilla/freeswitch.xml ]; then
|
||||
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
|
||||
fi
|
||||
fi
|
||||
if [ ! -d "/etc/freeswitch/tls" ]; then
|
||||
mkdir -p /etc/freeswitch/tls/
|
||||
|
Loading…
x
Reference in New Issue
Block a user