diff --git a/dbconfig.js b/dbconfig.js index 7978ec0..3051975 100644 --- a/dbconfig.js +++ b/dbconfig.js @@ -59,7 +59,7 @@ function prepare_db() { function createDB() { 'use strict'; - exec('createdb -Upostgres -h localhost -d oBrand', function(err) { + exec('createdb -Upostgres -h localhost oBrand', function(err) { if (err !== null) { console.log('exec error: ' + err); return -1;