Fix config tests to match the removal of zoneName and repurpose of fqdn
This commit is contained in:
+2
-1
@@ -143,6 +143,7 @@ function set(key, value) {
|
||||
} else {
|
||||
data = safe.set(data, key, value);
|
||||
}
|
||||
|
||||
saveSync();
|
||||
}
|
||||
|
||||
@@ -161,7 +162,7 @@ function webServerOrigin() {
|
||||
}
|
||||
|
||||
function setFqdn(fqdn) {
|
||||
set('fqdn', fqdn);
|
||||
set('adminDomain', fqdn);
|
||||
}
|
||||
|
||||
function fqdn() {
|
||||
|
||||
Reference in New Issue
Block a user