mirror of
https://github.com/taigaio/taiga-back
synced 2025-10-06 00:02:52 +02:00
Fix typo
This commit is contained in:
@@ -17,7 +17,7 @@ while [ $# -gt 0 ]; do
|
||||
done
|
||||
|
||||
if $show_answer ; then
|
||||
echo "WARNING!! This script REMOVE your Taiga's database and you LOSE all the data."
|
||||
echo "WARNING!! This script REMOVES your Taiga's database and you LOSE all the data."
|
||||
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
|
||||
|
Reference in New Issue
Block a user