sahara-extra/elements/yum-mirror/root.d/0-check

6 lines
111 B
Bash

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