Commit b8bfb5a5 authored by neil's avatar neil
Browse files

fix format

parent 3f588234
...@@ -4207,9 +4207,9 @@ _isIP() { ...@@ -4207,9 +4207,9 @@ _isIP() {
#identifier #identifier
_getIdType() { _getIdType() {
if _isIP "$1"; then if _isIP "$1"; then
echo "$ID_TYPE_IP"; echo "$ID_TYPE_IP"
else else
echo "$ID_TYPE_DNS"; echo "$ID_TYPE_DNS"
fi fi
} }
......
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