Add missing fi
This commit is contained in:
parent
3c754751b1
commit
8c6d54ac9e
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ while ( true ); do
|
||||||
echo "Unable to update '$sub' domain name as it has duplicate DNS records. Set REMOVE_DUPLICATES='true' to remove them."
|
echo "Unable to update '$sub' domain name as it has duplicate DNS records. Set REMOVE_DUPLICATES='true' to remove them."
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# re-enable glob expansion
|
# re-enable glob expansion
|
||||||
set +f
|
set +f
|
||||||
|
|
Loading…
Reference in a new issue