summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-21 16:37:19 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-21 16:37:19 -0300
commit6d11cd366d71878ec6c88e6df5046ea038bdfabc (patch)
tree66fa83bfcfb16739268fb63768e825d9d0d907f1
parent57826c7c11fb79e65928c97722e88b1a85e8e460 (diff)
Fixed issue with -r in read
-rwxr-xr-xyams2
1 files changed, 1 insertions, 1 deletions
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