Skip to content

Conversation

@MackinnonBuck
Copy link
Member

Fix line endings for SPA proxy script on MacOS

The bash script generated in SpaProxyLaunchManager was using CRLF line endings, which caused the script to fail on MacOS. This PR fixes the issue by replacing the script's line endings with those used by the current platform.

Fixes #39261

@MackinnonBuck
Copy link
Member Author

After this is merged, I'll open a follow-up PR backporting this to 6.0

@MackinnonBuck MackinnonBuck requested a review from javiercn May 24, 2022 17:38
@MackinnonBuck MackinnonBuck merged commit 77042af into main May 24, 2022
@MackinnonBuck MackinnonBuck deleted the mbuck/fix-spa-proxy-bash-script branch May 24, 2022 20:15
@ghost ghost added this to the 7.0-preview5 milestone May 24, 2022
@amcasey amcasey added area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SPA proxy stop script fails to run due to incorrect line endings

4 participants