working towards goodness
[feisty_meow.git] / scripts / system / add_domain.sh
index b40cdc5703d99e264ff448b0a89c21c0b9c54bba..e0a6fb48613ffdfacd6f3c283657e20aae059ad8 100644 (file)
@@ -33,10 +33,12 @@ function write_new_domain_file()
   echo "using the config file: $domain_file"
 
   if [ -f $domain_file ]; then
+    echo
     echo "The domain configuration file already exists at:"
     echo "  $domain_file"
     echo "Since we don't want to tear that down if it has specialized configuration"
     echo "data in it, we will just leave it in place and consider our job done."
+    echo
     exit 0
   fi