Browse Source

Update install.ps1

FusionPBX 7 years ago
parent
commit
6ac3bdb23f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      windows/install.ps1

+ 1 - 1
windows/install.ps1

@@ -172,7 +172,7 @@ Function Install-PostgresODBC() {
 
 
 Function Start-PSQL([string]$command) {
 Function Start-PSQL([string]$command) {
 	$location = Get-Location
 	$location = Get-Location
-	Set-Location "C:\Program Files\PostgreSQL\10.1\bin"
+	Set-Location "C:\Program Files\PostgreSQL\10\bin"
 	.\psql.exe --username=postgres -c "$command" 
 	.\psql.exe --username=postgres -c "$command" 
 	Set-Location $location
 	Set-Location $location
 }
 }