Update install.ps1

This commit is contained in:
FusionPBX 2017-12-31 10:34:44 -07:00 committed by GitHub
parent 6db1fdab20
commit 6ac3bdb23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ Function Install-PostgresODBC() {
Function Start-PSQL([string]$command) {
$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"
Set-Location $location
}