Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with extra slashes in install script URL #1275

Merged

Conversation

poundbangbash
Copy link
Contributor

This change normalizes the BaseURL provided and adds a trailing slash if one is not present.
Another slash correction is made in the TPL_BASE value so there are no double slashes in the URL. Some web servers (like Caddy) do not handle double slashes and fail to download resources.

I've tested this on my apache setup and it works both with and without my changes.

@bochoven bochoven changed the base branch from master to wip September 19, 2019 14:51
@bochoven bochoven merged commit e19b32e into munkireport:wip Sep 19, 2019
@poundbangbash poundbangbash deleted the install-script-baseurl-normalization branch September 19, 2019 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants