diff options
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/make_example_database.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |