diff --git a/config/database.yml b/config/database.yml index 129712121..1fe4d9880 100644 --- a/config/database.yml +++ b/config/database.yml @@ -14,7 +14,7 @@ development: adapter: mysql database: openstreetmap username: openstreetmap - password: + password: openstreetmap host: localhost # Warning: The database defined as 'test' will be erased and diff --git a/script/daemons b/script/daemons index ff47d585c..feb98b645 100755 --- a/script/daemons +++ b/script/daemons @@ -1,2 +1,2 @@ -#!/usr/bin/env ruby -Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `ruby #{f} #{ARGV.first}`} # TODO remove ruby - hack for windows \ No newline at end of file +#!/usr/bin/env ruby +Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`} \ No newline at end of file