Browse code

fix path

Anthony Young authored on 2011/09/16 15:28:52
Showing 1 changed files
... ...
@@ -208,7 +208,7 @@ if [[ "$ENABLED_SERVICES" =~ "dash" ]]; then
208 208
     cd $DASH_DIR/openstack-dashboard
209 209
     
210 210
     # Includes settings for Nixon, to expose munin charts.
211
-    sudo cp $DIR/files/dash_settings.py local/local_settings.py
211
+    sudo cp $DEVSTACK/files/dash_settings.py local/local_settings.py
212 212
 
213 213
     dashboard/manage.py syncdb
214 214