7 lines
223 B
Bash
7 lines
223 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
#mv /usr/local/freeswitch/conf /usr/local/freeswitch/conf.orig
|
||
|
|
#mkdir -p /etc/freeswitch
|
||
|
|
#mkdir -p /usr/local/freeswitch/conf
|
||
|
|
#cp -R /usr/local/www/fusionpbx/resources/templates/conf/* /usr/local/freeswitch/conf
|