mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-13 12:37:17 +08:00
fixed missing dir
This commit is contained in:
@@ -152,7 +152,7 @@ util.inherits(Server, http.Server);
|
||||
Server.prototype.listen = function(port, host) {
|
||||
var server = this;
|
||||
|
||||
config.loadConfig('./', server, function(err, results) {
|
||||
config.loadConfig(this.options.dir, server, function(err, results) {
|
||||
if (err) {
|
||||
console.error();
|
||||
console.error("Error loading config: ");
|
||||
|
||||
Reference in New Issue
Block a user