fix typo
This commit is contained in:
parent
a531b77267
commit
c835762081
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -267,7 +267,7 @@ fi
|
||||||
# ------
|
# ------
|
||||||
|
|
||||||
if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
|
if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
|
||||||
GLANCE_IMAGE_DIR= $DEST/glance/images
|
GLANCE_IMAGE_DIR=$DEST/glance/images
|
||||||
# Delete existing images
|
# Delete existing images
|
||||||
rm -rf $GLANCE_IMAGE_DIR
|
rm -rf $GLANCE_IMAGE_DIR
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue