Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have read the contributing guideline and understand that I have made the correct modifications
PR's are done against the develop branch.
Bug fixes
Current LSIO docker-mod
ghcr.io/themepark-dev/theme.park:vuetorrent
for qbittorrent has the output below when attempting to curl for theCURRENT_RELEASE
variable because of a redirect against https://api.github.com/repos/WDaan/VueTorrent/releases/latest.bash output from container during testing
Description:
The curl of the latest vuetorrent repo returns a 301 redirect code and location https://api.github.com/repositories/181508472/releases/latest resulting in a
Cannot iterate over null (null)
when jq filters assets against the output from the original request. Adding the -L option to the curl command makes it follow a redirect.Benefits of this PR and context:
Current and future vuetorrent releases may get redirected.
How Has This Been Tested?
Manually.
Source / References:
https://curl.se/docs/manpage.html#-L