FS-7697 #resolve Now when we install FS by default the tls directory will also be created.

This commit is contained in:
William King 2015-06-19 16:39:35 -07:00
parent 19ace86b4f
commit c431ed1ff9
1 changed files with 2 additions and 1 deletions

View File

@ -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)