Trigus42 / alpine-qbittorrentvpn

Multiarch docker image with the latest qBittorrent-nox client (WEB UI) and WireGuard/OpenVPN tunnel
GNU General Public License v3.0
74 stars 14 forks source link

Fix incorrect path to `qbittorrent-nox-static-arch` when building with version tag #75

Closed vinhtq115 closed 1 week ago

vinhtq115 commented 2 weeks ago

When I build the docker image with custom QBITTORRENT_TAG, the script fails because the path to the qbittorrent-nox-static-arch file is incorrect. This commit simply fixes its path.

vinhtq115 commented 1 week ago

I edited the file using GitHub web so maybe it deleted the new line. I have re-added the newline in the file.

Trigus42 commented 1 week ago

Sorry, I only took a quick look and misinterpreted the diff. It turns out that there was a new line missing from the file originally, and you added it in your first commit. I have already reset the PR branch back to your first commit.