mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-8270 #resolve
This commit is contained in:
parent
5680bceb6d
commit
a1799bd2b2
5
debian/freeswitch.postinst
vendored
5
debian/freeswitch.postinst
vendored
@ -30,9 +30,12 @@ case "$1" in
|
||||
chown freeswitch $x
|
||||
done
|
||||
if [ ! -d "/etc/freeswitch" ]; then
|
||||
mkdir -p /etc/freeswitch/
|
||||
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
|
||||
fi
|
||||
if [ ! -d "/etc/freeswitch/tls" ]; then
|
||||
mkdir -p /etc/freeswitch/tls/
|
||||
chown freeswitch:freeswitch /etc/freeswitch/tls
|
||||
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
|
||||
fi
|
||||
;;
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
Loading…
x
Reference in New Issue
Block a user