Skip to content

Commit

Permalink
修改脚本内容
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiu001 committed Jul 14, 2024
1 parent 557a26e commit b2cbc46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vless/check_vless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ main() {
done
shift $((OPTIND -1))

echo -e $port
echo -e $port_provided
if [ "$port_provided" = true ]; then
echo "正在安装vless..."
deploy_vless "$port"
Expand Down

0 comments on commit b2cbc46

Please sign in to comment.