480c479ebf
Co-authored-by: Mohammad Banikazemi <mb@us.ibm.com> Partially-implements: bp kuryr-docker-plugin Change-Id: Ife54f71984ff6c9825769e81fd39e3444c6fe310
7 lines
110 B
Bash
7 lines
110 B
Bash
#!/bin/bash
|
|
|
|
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
|
mkdir -p /usr/lib/docker/plugins/kuryr
|
|
exit 0
|
|
fi
|