Preparing for image install

This commit is contained in:
Martin Donnelly 2016-08-12 10:12:42 +01:00
parent 77455ba85c
commit 15ebc0929c

View File

@ -9,7 +9,7 @@ var exec = require('child_process').exec;
function prepare_db() {
exec('psql -Upostgres -d oBrand -h localhost -f ./mdot.sql', function(err) {
exec('psql -Upostgres -d mdot -h localhost -f ./mdot.sql', function(err) {
if (err !== null) {
console.log('exec error: ' + err);
return -1;