فهرست منبع

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