From ba18559811a35dae847293f587331a4b24d13980 Mon Sep 17 00:00:00 2001 From: TheNotary Date: Sun, 17 Mar 2019 08:10:46 -0500 Subject: [PATCH] adds missing space per #144 --- install-openshift.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-openshift.sh b/install-openshift.sh index 40c50bab..d5dcd9a4 100755 --- a/install-openshift.sh +++ b/install-openshift.sh @@ -85,7 +85,7 @@ echo "******" yum update -y # install the following base packages -yum install -y wget git zile nano net-tools docker-1.13.1\ +yum install -y wget git zile nano net-tools docker-1.13.1 \ bind-utils iptables-services \ bridge-utils bash-completion \ kexec-tools sos psacct openssl-devel \