浏览代码

Update install.ps1

FusionPBX 7 年之前
父节点
当前提交
6ac3bdb23f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      windows/install.ps1

+ 1 - 1
windows/install.ps1

@@ -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
 }