This commit is contained in:
Girish Ramakrishnan 2016-09-12 20:13:59 -07:00
parent cab5c53c96
commit bceb88a735
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ Cloudron.prototype.setAutoupdatePattern = function (pattern) {
};
Cloudron.prototype.checkA = function (callback) {
var expectedIp = this._.isCustomDomain ? this._.staticIp : this._.ip;
var expectedIp = this._isCustomDomain ? this._.staticIp : this._.ip;
dns.resolve4(this._box.domain, function (error, records) {
if (error) return callback(error);