Владимир Томишинец 5 년 전
부모
커밋
11fb6a2387
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -10,7 +10,7 @@ then
     echo "git clone the ${git_url} done"
     echo "All tasks complete!!!"
     echo "Attention! Before generate or renew certificates manual"
-    echo "Please read https://git.sdsys.ru/sdsys/pki/src/master/iru/wild/acme-dns/README.md"
+    echo "Please read https://git.sdsys.ru/sdsys/pki/src/master/iru/wildcard/acme-dns/README.md"
 else
     echo "Cannot git clone the ${git_url}"; exit 1
 fi