commit | c835762081d773c5a31a9f18c748c9a2a3555a61 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 20 10:38:06 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 20 10:38:06 2011 -0700 |
tree | 073e11b8a7eccac3a46c9fe65ad13d552d1906fd | |
parent | a531b77267cd19f138efbf0ea3d5619dd7f73677 [diff] |
fix typo
diff --git a/stack.sh b/stack.sh index d3b1c52..3563d8a 100755 --- a/stack.sh +++ b/stack.sh
@@ -267,7 +267,7 @@ # ------ if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then - GLANCE_IMAGE_DIR= $DEST/glance/images + GLANCE_IMAGE_DIR=$DEST/glance/images # Delete existing images rm -rf $GLANCE_IMAGE_DIR