Explorar el Código

Update install-postgresql.ps1 (#151)

Len hace 7 años
padre
commit
68162fb1a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      windows/resources/install-postgresql.ps1

+ 1 - 1
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