lianshufeng 1 anno fa
parent
commit
aff8a338b8

+ 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