Code cleanup
This commit is contained in:
@@ -80,7 +80,7 @@ func New(data []byte) (*Installer, error) {
|
||||
|
||||
// Create a new server instance using the configuration we wrote to the disk
|
||||
// so that everything gets instantiated correctly on the struct.
|
||||
s, err := server.FromConfiguration(c)
|
||||
s, err := server.FromConfiguration(c, true)
|
||||
|
||||
return &Installer{
|
||||
server: s,
|
||||
|
||||
Reference in New Issue
Block a user