From ed8a8d4464c55f6c9565b417cadf22cee2de124c Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Tue, 19 Oct 2021 11:07:46 +0200 Subject: [PATCH] message --- setup-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-container.sh b/setup-container.sh index e3bc604..f403c73 100755 --- a/setup-container.sh +++ b/setup-container.sh @@ -7,7 +7,7 @@ MYOS=$(hostnamectl | awk '/Operating/ { print $3 }') OSVERSION=$(hostnamectl | awk '/Operating/ { print $4 }') ##### CentOS 7 config -if [ $MYOS = "centos" ] +if [ $MYOS = "CentOS" ] then echo setting up CentOS 7 with Docker yum install -y vim yum-utils device-mapper-persistent-data lvm2