another typo
This commit is contained in:
parent
bceb88a735
commit
24a23f7873
@ -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._box.staticIp : this._box.ip;
|
||||
|
||||
dns.resolve4(this._box.domain, function (error, records) {
|
||||
if (error) return callback(error);
|
||||
|
Loading…
Reference in New Issue
Block a user