bridge 1 year ago
parent
commit
783cf971c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      init-per.sh

+ 1 - 1
init-per.sh

@@ -9,7 +9,7 @@ fi
 # 项目名称
 proj=$1
 # 透传编号
-if [ "$2" -gt 10 ]; then
+if [ "$2" -ge 10 ]; then
   port=$2
 else
   port="0$2"