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
|
@ -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…
Reference in New Issue