修复在自动安装过程中不能填写SSH认证用户名的Bug

This commit is contained in:
刘祥超
2021-08-03 06:29:01 +08:00
parent c5205ef7a9
commit 548d122c64
5 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Tea.context(function () {
if (this.params.port <= 0) {
this.params.port = 22
}
})