Merge pull request #62 from stanier/develop
Removed stray `.` in `./mnt/install`
This commit is contained in:
commit
37b09255d5
|
@ -395,7 +395,7 @@ func (ip *InstallationProcess) Execute() (string, error) {
|
|||
AttachStdin: true,
|
||||
OpenStdin: true,
|
||||
Tty: true,
|
||||
Cmd: []string{ip.Script.Entrypoint, "./mnt/install/install.sh"},
|
||||
Cmd: []string{ip.Script.Entrypoint, "/mnt/install/install.sh"},
|
||||
Image: ip.Script.ContainerImage,
|
||||
Env: ip.Server.GetEnvironmentVariables(),
|
||||
Labels: map[string]string{
|
||||
|
|
Loading…
Reference in New Issue
Block a user