Skip to content

Commit d1c7933

Browse files
fix Set-OSServerConfig missing osVersion (#156)
1 parent cd0039a commit d1c7933

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Outsystems.SetupTools/Functions/Set-OSServerConfig.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ function Set-OSServerConfig
170170
LogMessage -Function $($MyInvocation.Mycommand) -Phase 0 -Stream 0 -Message "Starting"
171171
SendFunctionStartEvent -InvocationInfo $MyInvocation
172172

173+
$osVersion = GetServerVersion
173174
$osInstallDir = GetServerInstallDir
174175
}
175176

0 commit comments

Comments
 (0)