From 09b0d5118d794daffecf34849126be34b6dae22b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 5 Nov 2013 13:41:13 -0600 Subject: [PATCH] Just made it so the "okay to wipe your database" echo doesn't add a newline --- devtools/make_example_database.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/make_example_database.sh b/devtools/make_example_database.sh index e6337d35..7e857f53 100755 --- a/devtools/make_example_database.sh +++ b/devtools/make_example_database.sh @@ -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 -- 2.25.1