TRX 1 year ago
parent
commit
383bb89a18

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

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

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

@@ -12,4 +12,4 @@ find . -name "*.conf" -exec dos2unix {} \;
 
 
 
-dos2unix ../../.env
+dos2unix ../.env