Add missing space before ] in lib/trove

Change-Id: Ic852f642f03124c4a878c92ea8b6b11519c51e59
Fixes-Bug: 1404939
This commit is contained in:
Gary W. Smith 2014-12-22 09:13:23 -08:00
parent e92eee3e26
commit 5840253735

View File

@ -207,7 +207,7 @@ function init_trove {
$TROVE_BIN_DIR/trove-manage db_sync
# If no guest image is specified, skip remaining setup
[ -z "$TROVE_GUEST_IMAGE_URL"] && return 0
[ -z "$TROVE_GUEST_IMAGE_URL" ] && return 0
# Find the glance id for the trove guest image
# The image is uploaded by stack.sh -- see $IMAGE_URLS handling