The curl command in the script at line 124 is looking for "Location" but "location" is returned in lower case. Changing to a lowercase "L", makes the script work. I can submit a PR but wasn't sure if this was just an issue for me.
The curl command in the script at line 124 is looking for "Location" but "location" is returned in lower case.
Changing to a lowercase "L", makes the script work.
I can submit a PR but wasn't sure if this was just an issue for me.