#!/bin/bash
if [ -z "$CENTOS_MIRROR" ]; then
  echo "You should specify parameter 'CENTOS_MIRROR'"
  exit 2
fi
