mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +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
|
chown freeswitch $x
|
||||||
done
|
done
|
||||||
if [ ! -d "/etc/freeswitch" ]; then
|
if [ ! -d "/etc/freeswitch" ]; then
|
||||||
mkdir -p /etc/freeswitch/
|
mkdir -p /etc/freeswitch/tls/
|
||||||
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
|
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
|
||||||
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
abort-upgrade|abort-remove|abort-deconfigure)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user