chorus icon indicating copy to clipboard operation
chorus copied to clipboard

keycloak/check-for-host-configuration.sh echo with -e mangles windows path

Open cgicgi opened this issue 2 years ago • 3 comments

-  echo -e "${ERROR}To make Keycloak work, you need to add the following line to your hosts file (/etc/hosts on Mac/Linux, c:\Windows\System32\Drivers\etc\hosts on Windows).${RESET}"
+  echo "${ERROR}To make Keycloak work, you need to add the following line to your hosts file (/etc/hosts on Mac/Linux, c:\Windows\System32\Drivers\etc\hosts on Windows).${RESET}"

cgicgi avatar Feb 21 '23 08:02 cgicgi

would you like to submit a PR? I don't have access to windows, so it would be great if you could submit a PR that passes on windows!

epugh avatar Feb 21 '23 14:02 epugh

I'd love to - but don't have permissions to push my branch with the fix.

cgicgi avatar Feb 22 '23 06:02 cgicgi

Just fork this project into your own namespace, and submit a PR ;-) That gives us a nice review cycle.

epugh avatar Feb 22 '23 11:02 epugh