Just made it so the "okay to wipe your database" echo doesn't add a newline
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 5 Nov 2013 19:41:13 +0000 (13:41 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 5 Nov 2013 19:41:13 +0000 (13:41 -0600)
devtools/make_example_database.sh

index e6337d358bcf25f562e7f31a8630d072fbdb4f06..7e857f5382ec25f9a216e192d0e70021d7ae5738 100755 (executable)
@@ -72,7 +72,7 @@ else
     echo "***WARNING!***"
     echo "This script will WIPE YOUR FULL CURRENT ENVIRONMENT and REPLACE IT with a test database and media!"
     echo "Your databases and user_dev/ will all likely be wiped!"
-    echo "Do you want to continue? (y/n)"
+    echo -n "Do you want to continue? (y/n) "
     read -n1 USER_CONFIRM
     echo ""
     counter=0