fix read call
This commit is contained in:
2
commands
2
commands
@@ -57,7 +57,7 @@ case "$1" in
|
|||||||
dokku_log_warn "To proceed, type \"$SERVICE\""
|
dokku_log_warn "To proceed, type \"$SERVICE\""
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
read -p "> " service_name
|
read -rp "> " service_name
|
||||||
if [[ "$service_name" != "$SERVICE" ]]; then
|
if [[ "$service_name" != "$SERVICE" ]]; then
|
||||||
dokku_log_warn "Confirmation did not match $SERVICE. Aborted."
|
dokku_log_warn "Confirmation did not match $SERVICE. Aborted."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user