bradleyd / devops_for_the_desperate

The companion code for the book DevOps for the Desperate
120 stars 67 forks source link

fix missing CR for Windows Telnet #16

Open rheotaxis opened 1 year ago

rheotaxis commented 1 year ago

The LF by itself is not enough for Windows Telnet. The ASCII art is corrected by adding CR and LF to each line to fix the DFTD displayed upon connection to telnet-server. Also added CR and LF to the return message for each command. Only tested on Windows. Not sure of impact on Linux or Apple, hopefully none.

bradleyd commented 1 year ago

Thanks. I will test it out.