mirror of https://github.com/v2ray/v2ray-core
Fix X file mode
parent
a43cd8acf5
commit
0e39a08e10
|
@ -16,7 +16,7 @@ TRIGGER_REASON_B=${TRIGGER_REASON:0:${#CONST_refsB}}
|
|||
|
||||
if [ $TRIGGER_REASON_B != $CONST_refsB ]
|
||||
then
|
||||
echo "not a tag/B"
|
||||
echo "not a tag (B)"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue