소스 검색

tls: renamed sip-router_cert.sh to tls_cert.sh

- it is specific to the module, not the flavour of the application
Daniel-Constantin Mierla 7 년 전
부모
커밋
6586079005
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/tls/Makefile
  2. 0 0
      src/modules/tls/tls_cert.sh

+ 1 - 1
src/modules/tls/Makefile

@@ -38,7 +38,7 @@ include ../../Makefile.modules
 
 
 install-tls-cert: $(cfg_prefix)/$(cfg_dir)
-	MAIN_NAME=$(MAIN_NAME) ./$(SCR_NAME)_cert.sh -d $(cfg_prefix)/$(cfg_dir)
+	MAIN_NAME=$(MAIN_NAME) ./tls_cert.sh -d $(cfg_prefix)/$(cfg_dir)
 
 install-cfg:
 	@if ! [ -d $(cfg_prefix)/$(cfg_dir) ]; then \

+ 0 - 0
src/modules/tls/sip-router_cert.sh → src/modules/tls/tls_cert.sh