From 2d905a5fe9607b71faad5cd7483dafdc3d7f89f9 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 8 May 2016 15:13:18 -0400 Subject: [PATCH] fix read call --- commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands b/commands index e7d570d..8266380 100755 --- a/commands +++ b/commands @@ -57,7 +57,7 @@ case "$1" in dokku_log_warn "To proceed, type \"$SERVICE\"" echo "" - read -p "> " service_name + read -rp "> " service_name if [[ "$service_name" != "$SERVICE" ]]; then dokku_log_warn "Confirmation did not match $SERVICE. Aborted." exit 1