bridge 1 year ago
parent
commit
f018e5f142
1 changed files with 7 additions and 0 deletions
  1. 7 0
      init-per.sh

+ 7 - 0
init-per.sh

@@ -1,4 +1,11 @@
 #!/bin/bash
+
+if [ "$1" = "xxx" ]; then
+    echo "请填写站名简称和编号"
+    # 在这里可以添加其他需要执行的命令
+    exit 1  # 结束执行
+fi
+
 # 项目名称
 proj=$1
 # 透传编号