pypi_shadowmire: do not strip / from upstream url

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2024-08-19 15:00:26 +08:00
parent 2b05c2c376
commit 642ef8b681
No known key found for this signature in database

View File

@ -6,7 +6,6 @@ SHADOWMIRE=${SHADOWMIRE:-"/home/scripts/shadowmire.py"}
PYPI_MASTER="https://pypi.org"
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM_URL:-$PYPI_MASTER}
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM%/}
CONF="/tmp/shadowmire.conf"
INIT=${INIT:-"0"}