From bae05070fe1cff5071fbf1de2917d6d587fc543b Mon Sep 17 00:00:00 2001 From: axadrn Date: Wed, 24 Dec 2025 16:51:36 +0400 Subject: [PATCH] hotfix --- scripts/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uninstall.sh b/scripts/uninstall.sh index 1e942f6..5dc90f6 100644 --- a/scripts/uninstall.sh +++ b/scripts/uninstall.sh @@ -21,7 +21,7 @@ echo " - Deeploy stack (postgres, traefik, app)" echo " - All images" echo " - Database data" echo "" -read -p "Are you sure? (y/N) " -n 1 -r +read -p "Are you sure? (y/N) " -n 1 -r < /dev/tty echo "" if [[ ! $REPLY =~ ^[Yy]$ ]]; then