pypi_shadowmire: explicitly use python to execute script

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

View File

@ -60,4 +60,4 @@ EOF
echo "Generated config file:"
cat $CONF
exec $SHADOWMIRE --config $CONF sync
exec python3 $SHADOWMIRE --config $CONF sync