fix read call

This commit is contained in:
Jose Diaz-Gonzalez
2016-05-08 14:57:57 -04:00
parent 326004da14
commit 8049193f38

View File

@@ -62,7 +62,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