Count elements of array instead

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/3620/head
Christian König 4 years ago
parent b207ceeab2
commit 6fc7dc28a2

@ -190,7 +190,7 @@ os_check() {
IFS=" " read -r -a supportedOS < <(dig +short -t txt ${remote_os_domain} @ns1.pi-hole.net | tr -d '"')
if [ -z "$supportedOS" ]; then
if [ ${#supportedOS[@]} -eq 0 ]; then
printf " %b %bRetrieval of supported OS failed. Please contact support. %b\\n" "${CROSS}" "${COL_LIGHT_RED}" "${COL_NC}"
exit 1
else

Loading…
Cancel
Save