1
0
mirror of https://github.com/taigaio/taiga-back synced 2025-10-06 00:02:52 +02:00
This commit is contained in:
Pijatow
2025-02-04 01:06:11 +03:30
committed by GitHub
parent 26376425d8
commit 6707938f04

View File

@@ -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