summaryrefslogtreecommitdiffstats
path: root/utils/src
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2016-09-29 08:07:39 -0700
committerTim Bielawa <tbielawa@redhat.com>2016-09-29 08:20:59 -0700
commitb03d8cf25077cb824f1afca0ecd7d1b8edcc028d (patch)
tree05b9f5bc19af3735e1cc350df4af96164b22164c /utils/src
parent76f1cd09097dc28c9efe7e2476534fb8a9cfede5 (diff)
downloadopenshift-b03d8cf25077cb824f1afca0ecd7d1b8edcc028d.tar.gz
openshift-b03d8cf25077cb824f1afca0ecd7d1b8edcc028d.tar.bz2
openshift-b03d8cf25077cb824f1afca0ecd7d1b8edcc028d.tar.xz
openshift-b03d8cf25077cb824f1afca0ecd7d1b8edcc028d.zip
Add messages to let the user know if some plays were skipped, but it's ok. Also, remove the final 'press a key to continue' prompt.
Diffstat (limited to 'utils/src')
-rw-r--r--utils/src/ooinstall/cli_installer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py
index 674d1cee4..43b1b3244 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -1078,7 +1078,6 @@ more:
http://docs.openshift.com/enterprise/latest/admin_guide/overview.html
"""
click.echo(message)
- click.pause()
cli.add_command(install)
cli.add_command(upgrade)