Skip to content

Commit

Permalink
Minor fix for install wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Sep 11, 2024
1 parent b77929d commit 2f94df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/fengoffice/src/wizard/install_uifile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ checkDomainName()
var step = arguments[2];
var domainName = step.getComponent("${DOMAIN_NAME}");
if (installNew) {
domainName.setValue("${DOMAIN_NAME}");
domainName.setValue("${INTERNAL_IP}");
domainName.setDisabled(false);
} else {
domainName.setValue("");
Expand Down

0 comments on commit 2f94df4

Please sign in to comment.