Browse code

xtra $

Anthony Young authored on 2011/09/14 11:45:18
Showing 1 changed files
... ...
@@ -178,7 +178,7 @@ rm -rf /var/lib/glance/images/*
178 178
 mysql -uroot -p$MYSQL_PASS -e 'DROP DATABASE glance;' || true
179 179
 mysql -uroot -p$MYSQL_PASS -e 'CREATE DATABASE glance;'
180 180
 # Copy over our glance-registry.conf
181
-$GLANCE_CONF=$GLANCE_DIR/etc/glance-registry.conf
181
+GLANCE_CONF=$GLANCE_DIR/etc/glance-registry.conf
182 182
 cp $DIR/files/glance-registry.conf $GLANCE_CONF
183 183
 sudo sed -e "s,%MYSQL_PASS%,$MYSQL_PASS,g" -i $GLANCE_CONF
184 184