Commit dd71deb7 authored by Thomas Fricke's avatar Thomas Fricke Committed by Julian Strobl

check for existing POOL_PATH

parent 66a5a8bc
......@@ -29,6 +29,8 @@ export ADMISSION_CONTROL=${ADMISSION_CONTROL:-NamespaceLifecycle,LimitRanger,Ser
readonly POOL=kubernetes
readonly POOL_PATH=/var/lib/libvirt/images/kubernetes
[ ! -d "${POOL_PATH}" ] && (echo "$POOL_PATH" does not exist ; exit 1 )
# join <delim> <list...>
# Concatenates the list elements with the delimiter passed as first parameter
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment