9df9ff9137
Implements: blueprint base-image Change-Id: I3e72db6d2f19fe45138758eb0821e27aa1c2542a
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
if [ -z "$CENTOS_MIRROR" ]; then
|
|
echo "You should specify parameter 'CENTOS_MIRROR'"
|
|
exit 2
|
|
fi
|