Browse code

can't unmount if cwd is in copy

Jesse Andrews authored on 2011/10/25 04:38:13
Showing 1 changed files
... ...
@@ -148,12 +148,12 @@ git_clone $OPENSTACKX_REPO $COPY_DIR/$DEST/openstackx $OPENSTACKX_BRANCH
148 148
 git_clone $KEYSTONE_REPO $COPY_DIR/$DEST/keystone $KEYSTONE_BRANCH
149 149
 git_clone $NOVNC_REPO $COPY_DIR/$DEST/noVNC $NOVNC_BRANCH
150 150
 
151
-# Unmount the filesystems
152
-unmount_images
153
-
154 151
 # Back to devstack
155 152
 cd $TOP_DIR
156 153
 
154
+# Unmount the filesystems
155
+unmount_images
156
+
157 157
 # Network configuration variables
158 158
 BRIDGE=${BRIDGE:-br0}
159 159
 GUEST_IP=${GUEST_IP:-192.168.1.50}