1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge pull request #202 from Ysurac/develop

Fix default for http server test
This commit is contained in:
suyuan 2022-01-14 04:59:17 +08:00 committed by GitHub
commit 33f0bec19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ _validate_section() {
'wait_test:uinteger' \ 'wait_test:uinteger' \
'type:string:undef' \ 'type:string:undef' \
'enabled:bool:1' \ 'enabled:bool:1' \
'server_http_test:bool:1' \ 'server_http_test:bool:0' \
'options:string' 'options:string'
[ -z "$hosts" ] && hosts=$tmp_hosts [ -z "$hosts" ] && hosts=$tmp_hosts