octavia/elements/fedora-mirror/root.d/0-check

6 lines
115 B
Bash
Executable File

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