Merge "Fix that the cyborg database init failed."

This commit is contained in:
Zuul
2020-04-14 13:25:58 +00:00
committed by Gerrit Code Review

View File

@@ -3,7 +3,7 @@
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
# of the KOLLA_BOOTSTRAP variable being set, including empty.
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
cyborg-dbsync
cyborg-dbsync upgrade
exit 0
fi