소스 검색

Update source-systemd.sh

FusionPBX 8 년 전
부모
커밋
2492813700
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      debian/resources/switch/source-systemd.sh

+ 1 - 1
debian/resources/switch/source-systemd.sh

@@ -1,5 +1,5 @@
 cp "$(dirname $0)/source/freeswitch.service.source" /lib/systemd/system/freeswitch.service
-cp "$(dirname $0)/source/etc.default.freeswitch" /etc/default/freeswitch
+cp "$(dirname $0)/source/etc.default.freeswitch.source" /etc/default/freeswitch
 systemctl enable freeswitch
 systemctl unmask freeswitch.service
 systemctl daemon-reload