commit | af9de3d56a6e8da0f328a8a76abfe1999e2ca23c | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 19:45:18 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 19:45:18 2011 -0700 |
tree | d278e438d98b91d0e9a778495cf77081f7ce71c5 | |
parent | 79918c54fa28dbc9eb6f5679c46418f6d649f2d7 [diff] [blame] |
xtra $
diff --git a/stack.sh b/stack.sh index 62198b2..4d54c3d 100755 --- a/stack.sh +++ b/stack.sh
@@ -178,7 +178,7 @@ mysql -uroot -p$MYSQL_PASS -e 'DROP DATABASE glance;' || true mysql -uroot -p$MYSQL_PASS -e 'CREATE DATABASE glance;' # Copy over our glance-registry.conf -$GLANCE_CONF=$GLANCE_DIR/etc/glance-registry.conf +GLANCE_CONF=$GLANCE_DIR/etc/glance-registry.conf cp $DIR/files/glance-registry.conf $GLANCE_CONF sudo sed -e "s,%MYSQL_PASS%,$MYSQL_PASS,g" -i $GLANCE_CONF