Just a message that it's doing something!

This commit is contained in:
Lutchy Horace 2021-02-17 11:41:15 -05:00
parent 7ae3792fbc
commit 2887346ee1
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ if test -n "$_root"; then
fi
if test -n "$_backend"; then
echo "Verifying backend..."
if ! validate_host $_backend; then
err "Invalid hostname: $_backend. Not resolvable!"
fi