termux-tools: fix message in termux-setup-storage

This commit is contained in:
Leonid Pliushch 2020-06-01 20:27:14 +03:00
parent ad8fa679cb
commit 00545cf7b9

View File

@ -10,6 +10,7 @@ fi
if [ -d "@TERMUX_HOME@/storage" ]; then if [ -d "@TERMUX_HOME@/storage" ]; then
echo echo
echo "Directory '~/storage' is going to be wiped. No storage contents will be touched." echo "Directory '~/storage' is going to be wiped. No storage contents will be touched."
echo
read -re -p "Do you want to continue ? (y/n) " CHOICE read -re -p "Do you want to continue ? (y/n) " CHOICE
if ! [[ "${CHOICE}" =~ (Y|y) ]]; then if ! [[ "${CHOICE}" =~ (Y|y) ]]; then