From 1aad2d246dd32c066e683168237f7e757f147d6b Mon Sep 17 00:00:00 2001 From: Lawrence Gripper Date: Tue, 3 Dec 2024 20:33:13 +0000 Subject: [PATCH] Update images/windows/scripts/build/Install-PostgreSQL.ps1 --- images/windows/scripts/build/Install-PostgreSQL.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/build/Install-PostgreSQL.ps1 b/images/windows/scripts/build/Install-PostgreSQL.ps1 index 57c486a5..bb5369a6 100644 --- a/images/windows/scripts/build/Install-PostgreSQL.ps1 +++ b/images/windows/scripts/build/Install-PostgreSQL.ps1 @@ -75,7 +75,7 @@ Install-Binary ` -Url $installerUrl ` -InstallArgs $installerArgs ` -ExpectedSignature (Get-ToolsetContent).postgresql.signature ` - -InstallerLogPath "$env:TEMP/**/postgresql-install.log" + -InstallerLogPath "$env:TEMP\**\install-postgresql.log" # Get Path to pg_ctl.exe $pgPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'postgresql-%'").PathName