소스 검색

working on install

Richard Neese 11 년 전
부모
커밋
f04e348604
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/Debian/Fusionpbx-Debian-Package-Install.sh

+ 1 - 1
install/Debian/Fusionpbx-Debian-Package-Install.sh

@@ -931,7 +931,7 @@ find "/var/lib/fusionpbx/db" -type f -exec chmod 666 {} +
 
 #Linking moh dir so freeswitch can read in the moh files
 ln -s /var/lib/fusionpbx/sounds/music /usr/share/freeswitch/sounds/music/fusionpbx
-ln -s /var/lib/fusionpbx/sounds/recordings /usr/share/freeswitch/sounds/
+ln -s /var/lib/fusionpbx/sounds/custom /usr/share/freeswitch/sounds/
 #------end of fusionpbx install and configuration-----
 
 #-----Installing Fail2Ban/monit Protection services------