lianshufeng 1 년 전
부모
커밋
aff8a338b8
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      angel/docker/standalone/middleware/mongo/tools/dos2unix.bat
  2. 4 0
      angel/docker/standalone/middleware/mongo/tools/dos2unix.sh

+ 2 - 0
angel/docker/standalone/middleware/mongo/tools/dos2unix.bat

@@ -18,3 +18,5 @@ for /R %%s in (*.conf) do (
   cmd /c %~dp0dos2unix.exe %%s
 )
 
+
+dos2unix.exe ../../.env

+ 4 - 0
angel/docker/standalone/middleware/mongo/tools/dos2unix.sh

@@ -9,3 +9,7 @@ find . -name "*.env" -exec dos2unix {} \;
 find . -name "*.yml" -exec dos2unix {} \;
 find . -name "*.sh" -exec dos2unix {} \;
 find . -name "*.conf" -exec dos2unix {} \;
+
+
+
+dos2unix ../../.env