Drop ; thats causing an error. Need to merge this with koji hub version.

This commit is contained in:
Kevin Fenzi 2015-01-23 21:56:27 +00:00
parent 0df10cc67c
commit 5da470ec26

View file

@ -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