API 0.4 Reverted minor errors in changeset 2324
This commit is contained in:
parent
d07277efba
commit
11279ebfe9
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ development:
|
||||||
adapter: mysql
|
adapter: mysql
|
||||||
database: openstreetmap
|
database: openstreetmap
|
||||||
username: openstreetmap
|
username: openstreetmap
|
||||||
password:
|
password: openstreetmap
|
||||||
host: localhost
|
host: localhost
|
||||||
|
|
||||||
# Warning: The database defined as 'test' will be erased and
|
# Warning: The database defined as 'test' will be erased and
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `ruby #{f} #{ARGV.first}`} # TODO remove ruby - hack for windows
|
Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`}
|
Loading…
Add table
Add a link
Reference in a new issue