Logging root password

This commit is contained in:
유성덕 2018-01-29 20:42:22 +09:00
parent 30f8fee402
commit 2a3a35334a
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ func (s *StepGetRootPassword) getRootPassword(serverInstanceNo string, privateKe
return "", err
}
s.Say(fmt.Sprintf("Root password is %s", rootPassword.RootPassword))
return rootPassword.RootPassword, nil
}