From f3764c3e6ca5b4366ac09e878c87ef0477e7713b Mon Sep 17 00:00:00 2001 From: Aly Smith <63546997+alyssadev@users.noreply.github.com> Date: Sun, 19 May 2024 18:41:27 +1000 Subject: [PATCH] Added two more exec bit changes start-server.sh requires jre64/bin/java and ProjectZomboid64 to be executable as well --- zomboid/zomboid.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zomboid/zomboid.json b/zomboid/zomboid.json index 63ec3adc..656017e2 100644 --- a/zomboid/zomboid.json +++ b/zomboid/zomboid.json @@ -55,6 +55,8 @@ { "type": "command", "commands": [ + "chmod +x jre64/bin/java", + "chmod +x ProjectZomboid64", "chmod +x start-server.sh" ] } @@ -70,4 +72,4 @@ "os": "linux", "arch": "amd64" } -} \ No newline at end of file +}