pypi_shadowmire: fix path of shadowmire.py

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2024-08-08 14:56:52 +08:00
parent 35cb113b77
commit b78b376ae2
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -2,7 +2,7 @@
set -e
SHADOWMIRE=${SHADOWMIRE:-"/home/scripts/shadowmire"}
SHADOWMIRE=${SHADOWMIRE:-"/home/scripts/shadowmire.py"}
PYPI_MASTER="https://pypi.org"
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM_URL:-$PYPI_MASTER}