Update install.ps1

This commit is contained in:
FusionPBX
2017-12-31 10:34:44 -07:00
committed by GitHub
parent 6db1fdab20
commit 6ac3bdb23f

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
}