mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
FS-7697 #resolve Now when we install FS by default the tls directory will also be created.
This commit is contained in:
parent
19ace86b4f
commit
c431ed1ff9
3
debian/freeswitch.postinst
vendored
3
debian/freeswitch.postinst
vendored
@ -30,8 +30,9 @@ case "$1" in
|
||||
chown freeswitch $x
|
||||
done
|
||||
if [ ! -d "/etc/freeswitch" ]; then
|
||||
mkdir -p /etc/freeswitch/
|
||||
mkdir -p /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