Skip to content

Commit 80d2109

Browse files
committed
fix: permission erros in some systems
1 parent f9c9f25 commit 80d2109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hiddify_reality_scanner/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ async def test_domain_async(data, d):
284284
p = Popen(
285285
os.path.abspath(f"./bin/{bin_path()}"),
286286
cwd="bin",
287+
shell=True,
287288
stdin=PIPE,
288289
stdout=PIPE,
289290
stderr=PIPE,

0 commit comments

Comments
 (0)