Commit b1b33680 authored by Bjarke Bruun's avatar Bjarke Bruun
Browse files

Fixed a missed 'grep -o' to _egrep_o()

parent ae71a5ab
......@@ -146,7 +146,7 @@ _get_root() {
fi
done)
else
rootZone=$(echo "$result" | grep -o '"name":"[^"]*' | cut -d'"' -f4)
rootZone=$(echo "$result" | _egrep_o '"name":"[^"]*' | cut -d'"' -f4)
_debug2 _get_root "- only found 1 domain in API: $rootZone"
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