Commit 5cb3a78c authored by 张振华's avatar 张振华

update

parent 53ab2891
...@@ -19,15 +19,13 @@ RED='\033[1;31m' ...@@ -19,15 +19,13 @@ RED='\033[1;31m'
GRE='\033[1;32m' GRE='\033[1;32m'
NOC='\033[0m' NOC='\033[0m'
init() { init() {
ispara=$(echo '"'"${MAIN_HTTP}"'"' | jq '.|contains("8901")') ispara=$(echo '"'"${MAIN_HTTP}"'"' | jq '.|contains("8901")')
echo "ipara=$ispara" echo "ipara=$ispara"
} }
function run_test() { function run_test() {
echo "run_test"
}
} }
function main() { function main() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment