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