diff --git a/src/freedombone-utils-interactive b/src/freedombone-utils-interactive
index 203b4b7eb997608ebc0f7d05f42a9970a57e2679..099490492f752ca6d8b12693dd31633a40d59cbf 100755
--- a/src/freedombone-utils-interactive
+++ b/src/freedombone-utils-interactive
@@ -221,7 +221,8 @@ function interactive_site_details_with_title {
                 fi
             fi
         fi
-        if [ ${!SITE_TITLE} ]; then
+        site_title_str="${!SITE_TITLE}"
+        if [ ${#site_title_str} -gt 0 ]; then
             if [ ${!SITE_DOMAIN_NAME} ]; then
                 SITE_DETAILS_COMPLETE="yes"
             fi