termux-tools: fix message in termux-setup-storage
This commit is contained in:
parent
ad8fa679cb
commit
00545cf7b9
@ -10,6 +10,7 @@ fi
|
||||
if [ -d "@TERMUX_HOME@/storage" ]; then
|
||||
echo
|
||||
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
|
||||
|
||||
if ! [[ "${CHOICE}" =~ (Y|y) ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user