Pass through startup as argument

This commit is contained in:
Dane Everitt
2019-04-03 22:20:39 -07:00
parent 08af485c40
commit 3e4fcd527d
2 changed files with 11 additions and 5 deletions

View File

@@ -169,4 +169,4 @@ func (s *Server) IsBootable() bool {
// for the server is setup, and that all of the necessary files are created.
func (s *Server) CreateEnvironment() error {
return s.environment.Create()
}
}