Update install.ps1
This commit is contained in:
parent
6db1fdab20
commit
6ac3bdb23f
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue