Just made it so the "okay to wipe your database" echo doesn't add a newline

This commit is contained in:
Christopher Allan Webber 2013-11-05 13:41:13 -06:00
parent 7865e7c16e
commit 09b0d5118d

View File

@ -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