SSH认证支持sudo

This commit is contained in:
GoEdgeLab
2021-12-06 19:27:11 +08:00
parent 97b34024c1
commit 48f7fc03cb
14 changed files with 382 additions and 130 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestQueue_InstallNode(t *testing.T) {
queue := NewQueue()
queue := NewNodeQueue()
err := queue.InstallNodeProcess(16, false)
if err != nil {
t.Fatal(err)