mirror of
https://github.com/omni-lchen/zabbix-ssl
synced 2025-01-21 07:25:55 +01:00
Fix syntax error.
This commit is contained in:
parent
c2e2826dc8
commit
18e35ceb1b
@ -35,4 +35,5 @@ response=$(echo "$result" | awk -F ';' '$1 ~ /^info/ && match($1,/[0-9].*$/) {su
|
||||
if [ -n "$response" ]; then
|
||||
echo "$response"
|
||||
else
|
||||
echo "$result"
|
||||
echo "$result"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user