This commit is contained in:
Josh Harvey 2016-06-12 18:38:44 +03:00
parent 220a68fcfa
commit 2338da163f

View file

@ -4,7 +4,7 @@ var pg = require('pg');
var async = require('async');
var psqlUrl = require('../lib/options').postgresql
if (psqlUrl) {
if (!psqlUrl) {
console.log('No postgresql entry in config file')
process.exit(1)
}