Skip to content

Commit 1a92366

Browse files
committed
ECHO "" -> ECHO.
says @B00ze64
1 parent adcb4d0 commit 1a92366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: windows/service-install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CD /d %~dp0
1717
CMD.EXE /c "dnscrypt-proxy.exe -service install"
1818
CMD.EXE /c "dnscrypt-proxy.exe -service start"
1919

20-
ECHO ""
20+
ECHO.
2121
SET /P _=Thank you for using dnscrypt-proxy! Hit [RETURN] to finish
2222

2323
EXIT

Diff for: windows/service-restart.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CD /d %~dp0
1717
CMD.EXE /c "dnscrypt-proxy.exe -service stop"
1818
CMD.EXE /c "dnscrypt-proxy.exe -service start"
1919

20-
ECHO ""
20+
ECHO.
2121
SET /P _=Thank you for using dnscrypt-proxy! Hit [RETURN] to finish
2222

2323
EXIT

Diff for: windows/service-uninstall.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CD /d %~dp0
1717
CMD.EXE /c ".\dnscrypt-proxy.exe -service stop"
1818
CMD.EXE /c ".\dnscrypt-proxy.exe -service uninstall"
1919

20-
ECHO ""
20+
ECHO.
2121
SET /P _=Thank you for using dnscrypt-proxy! Hit [RETURN] to finish
2222

2323
EXIT

0 commit comments

Comments
 (0)