Archived
1
This commit is contained in:
2024-12-19 21:13:28 +03:00
parent 84be41cf1b
commit a6211a7b5d
2 changed files with 2 additions and 0 deletions

View File

@@ -201,6 +201,8 @@ func (app *SpaceWorker) Install(generateOnly bool, targetHost string, roles ...s
command.Stdout = os.Stdout command.Stdout = os.Stdout
command.Stderr = os.Stderr command.Stderr = os.Stderr
app.log.Info(fmt.Sprintf("Target Host: %s", host))
if generateOnly { if generateOnly {
fmt.Println(strings.Join(command.Args, " ")) fmt.Println(strings.Join(command.Args, " "))
} else { } else {

Binary file not shown.