Removed stray .
in ./mnt/install
This commit is contained in:
parent
0f7bb1a371
commit
b92fab83c8
|
@ -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