We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0039a commit d1c7933Copy full SHA for d1c7933
1 file changed
src/Outsystems.SetupTools/Functions/Set-OSServerConfig.ps1
@@ -170,6 +170,7 @@ function Set-OSServerConfig
170
LogMessage -Function $($MyInvocation.Mycommand) -Phase 0 -Stream 0 -Message "Starting"
171
SendFunctionStartEvent -InvocationInfo $MyInvocation
172
173
+ $osVersion = GetServerVersion
174
$osInstallDir = GetServerInstallDir
175
}
176
0 commit comments