mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 11:10:24 +00:00
FS-8270 #resolve
This commit is contained in:
parent
5680bceb6d
commit
a1799bd2b2
5
debian/freeswitch.postinst
vendored
5
debian/freeswitch.postinst
vendored
@ -30,9 +30,12 @@ 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/
|
||||||
|
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
|
||||||
|
fi
|
||||||
|
if [ ! -d "/etc/freeswitch/tls" ]; then
|
||||||
mkdir -p /etc/freeswitch/tls/
|
mkdir -p /etc/freeswitch/tls/
|
||||||
chown freeswitch:freeswitch /etc/freeswitch/tls
|
chown freeswitch:freeswitch /etc/freeswitch/tls
|
||||||
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