From 2e892f6fc67e5c25bcfd53f616847434efbe0178 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 5 Jun 2020 11:19:39 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index fca36ef..0c0f139 100644 --- a/update.sh +++ b/update.sh @@ -81,7 +81,7 @@ elif [ "${OS}" == "CentOS" ]; then yum autoremove -y # Centos 7 - if [[] "${OS_VER}" =~ "^7.*" ]]; then + if [[ "${OS_VER}" =~ "^7.*" ]]; then # install the packages yum install -y pbis-open sudo nano htop nload iperf iperf3 bind-utils yum-cron unzip nfs-utils git wget uptimed net-tools make @@ -101,7 +101,7 @@ elif [ "${OS}" == "CentOS" ]; then systemctl enable uptimed fi # Centos 7 - if [[] "${OS_VER}" =~ "^8.*" ]]; then + if [[ "${OS_VER}" =~ "^8.*" ]]; then # install the packages # libnsl is needed for pbis and needs to be installed already dnf install -y libnsl