WIP
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user