From 6d11cd366d71878ec6c88e6df5046ea038bdfabc Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 21 Oct 2023 16:37:19 -0300 Subject: Fixed issue with -r in read --- yams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yams b/yams index 20ef3c2..8fc0417 100755 --- a/yams +++ b/yams @@ -73,7 +73,7 @@ fi if [ "$option" == "destroy" ]; then echo echo - read -pr "Are you sure you want to destroy all your yams services? THIS IS NOT RECOVERABLE! ⚠️ ️🚨 [y/N]: " destroy_now + read -p "Are you sure you want to destroy all your yams services? THIS IS NOT RECOVERABLE! ⚠️ ️🚨 [y/N]: " destroy_now destroy_now=${destroy_now:-"n"} if [ "$destroy_now" == "y" ]; then $dc down -- cgit v1.2.3