From 5da470ec26d1756688088657f7e818a6f74c755c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 23 Jan 2015 21:56:27 +0000 Subject: [PATCH] Drop ; thats causing an error. Need to merge this with koji hub version. --- roles/distgit/files/updatecrl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/files/updatecrl.sh b/roles/distgit/files/updatecrl.sh index c9c6a2978d..8c59b14c07 100644 --- a/roles/distgit/files/updatecrl.sh +++ b/roles/distgit/files/updatecrl.sh @@ -14,7 +14,7 @@ if [ -f $OLD ]; then /usr/sbin/restorecon $OLD /usr/bin/systemctl reload httpd fi -else; +else wget -q $URL -O $OLD /usr/sbin/restorecon $OLD /usr/bin/systemctl reload httpd