Skip to content

Commit

Permalink
[DB-2552] Update regex to handle the case
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwal-kritika committed May 8, 2024
1 parent 7ea30ba commit 1da5909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/installer.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2884,8 +2884,8 @@ ${dbsummary}${cltsummary}${pgadminsummary}${sbsummary}${msg(summary.installation
<setInstallerVariableFromRegEx>
<name>serverport</name>
<text>${serverconfig}</text>
<pattern>^.*port\s*=\s*([\d]+)\s+.*$</pattern>
<substitution>\1</substitution>
<pattern>(^|.*\n)\s*port\s*=\s*([\d]+)\s+.*$</pattern>
<substitution>\2</substitution>
</setInstallerVariableFromRegEx>
</actionList>
<ruleList>
Expand Down

0 comments on commit 1da5909

Please sign in to comment.