diff --git a/windows/resources/install-postgresql.ps1 b/windows/resources/install-postgresql.ps1 index 3a11505..51ef8d7 100644 --- a/windows/resources/install-postgresql.ps1 +++ b/windows/resources/install-postgresql.ps1 @@ -34,7 +34,7 @@ Function Install-PostgreSQL() { #move pg_hba.conf Move-Item "C:\Program Files\PostgreSQL\10\data\pg_hba.conf" "C:\Program Files\PostgreSQL\10\data\BAK_pg_hba.conf" - Copy-Item ".\postgresql\pg_hba.conf" "C:\Program Files\PostgreSQL\10\data\" -recurse + Copy-Item ".\resources\postgresql\pg_hba.conf" "C:\Program Files\PostgreSQL\10\data\" -recurse #reload C:\Windows\system32\cscript.exe //NoLogo "C:\Program Files\PostgreSQL\10\scripts\serverctl.vbs" reload