Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Set other user read/exec perms for starthookfile (#6620) (#6626)
Browse files Browse the repository at this point in the history
* Set other user read/exec perms for starthookfile

JIRA Issues: MARATHON-8441

(cherry picked from commit c31c29a)
  • Loading branch information
meln1k authored Oct 18, 2018
1 parent 098737e commit 128d53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package/test.sc
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class DockerImageTest extends MesosTest {
|export MARATHON_WEBUI_URL=http://test-host:port
|EOF
|""".stripMargin)
%("chmod", "+x", startHookFile)
%("chmod", "755", startHookFile)

dockerMarathon = runContainer(
"--name", "docker-marathon",
Expand Down

0 comments on commit 128d53a

Please sign in to comment.