chorus
chorus copied to clipboard
keycloak/check-for-host-configuration.sh echo with -e mangles windows path
- 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}"
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!
I'd love to - but don't have permissions to push my branch with the fix.
Just fork this project into your own namespace, and submit a PR ;-) That gives us a nice review cycle.