From d544101478139354e75cb2ab17f510518d05a69a Mon Sep 17 00:00:00 2001 From: Rene Saare Date: Tue, 15 Nov 2016 18:40:12 +0200 Subject: [PATCH] Update puphpet.sh Added missing square braces --- scripts/common/puphpet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common/puphpet.sh b/scripts/common/puphpet.sh index ed2b694b9..8dc858f75 100644 --- a/scripts/common/puphpet.sh +++ b/scripts/common/puphpet.sh @@ -25,7 +25,7 @@ fi /bin/bash /.puphpet-stuff/shell/initial-setup.sh /.puphpet-stuff || true /bin/bash /.puphpet-stuff/shell/install-puppet.sh || true -if "${OS}" == 'centos'; then +if [ "${OS}" == 'centos' ]; then yum clean metadata yum -y update