Refactor filesystem to not be dependent on a server struct
This commit is contained in:
@@ -409,7 +409,7 @@ func (ip *InstallationProcess) Execute() (string, error) {
|
||||
Mounts: []mount.Mount{
|
||||
{
|
||||
Target: "/mnt/server",
|
||||
Source: ip.Server.Filesystem.Path(),
|
||||
Source: ip.Server.Filesystem().Path(),
|
||||
Type: mount.TypeBind,
|
||||
ReadOnly: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user