diff --git a/bootstrap/sbin/rebuild_system_from_scratch.sh b/bootstrap/sbin/rebuild_system_from_scratch.sh
index 640a72e53408ad44831329be7255d6d3c0da270c..ceefc1af0183c1a1b54f9bf02296afd40b0843d2 100755
--- a/bootstrap/sbin/rebuild_system_from_scratch.sh
+++ b/bootstrap/sbin/rebuild_system_from_scratch.sh
@@ -17,9 +17,9 @@ if [ ${ret} -ne 0 ]; then
     ret=${?}
 fi
 if [ ${ret} -eq 0 ]; then
-    echo -e"\tFound Docker Compose:  ${DOCKER_COMPOSE}"
+    echo -e "\tFound Docker Compose:  ${DOCKER_COMPOSE}"
 else
-    echo "This system appears to not have Docker compose installed.  This means that the system cannot be rebuilt with this script."
+    echo -e "\tThis system appears to not have Docker compose installed.  This means that the system cannot be rebuilt with this script."
     return 1
 fi