mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
build_library: Add missing die function
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
8817fdb02a
commit
5e94a55069
@ -39,6 +39,11 @@ Any arguments after -a and -p will be passed through to qemu, -- may be
|
||||
used as an explicit separator. See the qemu(1) man page for more details.
|
||||
"
|
||||
|
||||
die(){
|
||||
echo "${1}"
|
||||
exit 1
|
||||
}
|
||||
|
||||
check_conflict() {
|
||||
if [ -n "${CLOUD_CONFIG_FILE}${CONFIG_IMAGE}${SSH_KEYS}" ]; then
|
||||
echo "The -u -c and -a options cannot be combined!" >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user