FS-8270 #resolve

This commit is contained in:
Brian West 2015-10-02 09:56:35 -05:00
parent 5680bceb6d
commit a1799bd2b2
1 changed files with 4 additions and 1 deletions

View File

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