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