diff --git a/regenerate.sh b/regenerate.sh index 0fff7efefa..ec153fa938 100755 --- a/regenerate.sh +++ b/regenerate.sh @@ -12,7 +12,7 @@ done if $show_answer ; then echo "WARNING!! This script REMOVE your Taiga's database and you LOSE all the data." - read -p "Are you sure you want to delete all data? (Pres Y to continue): " -n 1 -r + read -p "Are you sure you want to delete all data? (Press Y to continue): " -n 1 -r echo # (optional) move to a new line if [[ ! $REPLY =~ ^[Yy]$ ]] ; then exit 1