From 72cf3723916ac8175427fb0807d8166c2e70e7fb Mon Sep 17 00:00:00 2001 From: Shawn Iverson Date: Tue, 23 Oct 2018 19:53:16 -0400 Subject: [PATCH] Add closing bracket (#279) --- rhel/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel/install.sh b/rhel/install.sh index 2bccf70..07c9bbd 100644 --- a/rhel/install.sh +++ b/rhel/install.sh @@ -1093,7 +1093,7 @@ done # Mail::ClamAV has broken version detection # Prepare to patch and install -if [[ $CAV -eq 1 && $CPANOPTION -eq 1 ]; then +if [[ $CAV -eq 1 && $CPANOPTION -eq 1 ]]; then cpan -g Mail::ClamAV package=$(find -name Mail-ClamAV*gz | tail -n1) tar xzvf $package