瀏覽代碼

Update finish.ps1 (#138)

Added pause
Len 7 年之前
父節點
當前提交
db78c75117
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      windows/resources/finish.ps1

+ 5 - 0
windows/resources/finish.ps1

@@ -70,3 +70,8 @@ Write-Log "      http://docs.fusionpbx.com"
 
 #Start login page
 #Start-Process http://$domain_name
+
+Write-Log "      Press any key to close this window."
+Write-Log "      Please copy the important info first."
+
+cmd /c pause | out-null