Commit 00e9001e0d8998a04120c7e6928e209c7fbad467

Authored by Rodrigo Souto
1 parent 186b2b10

Fixing check-dbconfig path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
debian/noosfero-check-dbconfig
... ... @@ -2,7 +2,7 @@
2 2  
3 3 require 'yaml'
4 4  
5   -DBCONFIG = ARGV.first || '/etc/database/database.yml'
  5 +DBCONFIG = ARGV.first || '/etc/noosfero/database.yml'
6 6  
7 7 $dbconfig = {}
8 8  
... ...