Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Nov 22, 2021
1 parent 8ace6dd commit 1dff6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ updateProject() {
fi
if [[ -z `cat $RC_SERVICE|grep "\[Install\]"` ]];then
cat >> $RC_SERVICE << EOF
[Install]
WantedBy=multi-user.target
EOF
Expand Down
2 changes: 1 addition & 1 deletion v2ray_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.10.8.1'
__version__ = '3.10.8.2'

import sys
if "xray" in sys.argv[0]:
Expand Down

0 comments on commit 1dff6f5

Please sign in to comment.