Skip to content

Commit 74f3890

Browse files
committed
fix(trojan.sh): fix bug
1 parent 4cf3619 commit 74f3890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trojan.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ EOF
313313

314314
echo Done!
315315

316-
if [[ ! -f BINARYPATH ]]; then
316+
if [[ ! -f "$BINARYPATH" ]]; then
317317
colorEcho $RED " $OS 安装trojan失败,请到 https://hijk.art 反馈"
318318
exit 1
319319
fi
@@ -860,4 +860,4 @@ menu() {
860860

861861
checkSystem
862862

863-
menu
863+
menu

0 commit comments

Comments
 (0)