Skip to content

Conversation

xjasonlyu
Copy link
Owner

@xjasonlyu xjasonlyu commented Feb 19, 2024

For tun-pre-up and tun-post-up options, this PR fixes the issue that would cut quoted args into multiple args.

e.g. before cutting sh -c 'ls /':

["sh", "-c", "'ls", "/'"]

after:

["sh", "-c", "ls /"]

@xjasonlyu xjasonlyu merged commit 8653c18 into main Feb 19, 2024
@xjasonlyu xjasonlyu deleted the cmd branch February 19, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant