Just made it so the "okay to wipe your database" echo doesn't add a newline
This commit is contained in:
parent
7865e7c16e
commit
09b0d5118d
@ -72,7 +72,7 @@ else
|
|||||||
echo "***WARNING!***"
|
echo "***WARNING!***"
|
||||||
echo "This script will WIPE YOUR FULL CURRENT ENVIRONMENT and REPLACE IT with a test database and media!"
|
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 "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
|
read -n1 USER_CONFIRM
|
||||||
echo ""
|
echo ""
|
||||||
counter=0
|
counter=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user