Skip to content

Commit

Permalink
pypi_shadowmire: explicitly use python to execute script
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Aug 8, 2024
1 parent b78b376 commit 54d2eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi_shadowmire.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ EOF
echo "Generated config file:"
cat $CONF

exec $SHADOWMIRE --config $CONF sync
exec python3 $SHADOWMIRE --config $CONF sync

0 comments on commit 54d2eff

Please sign in to comment.