Code cleanup

This commit is contained in:
Dane Everitt
2020-07-19 17:09:38 -07:00
parent 0cbaad5c72
commit 16467fa7ff
3 changed files with 13 additions and 6 deletions

View File

@@ -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,