-
Beta Was this translation helpful? Give feedback.
Answered by
fab0912
Dec 23, 2024
Replies: 1 comment 6 replies
-
It says "permission denied". Confirm and fix file ownership of the directories and files to match running server user ID, which is 1000 by default. Initial logs will also report that. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know, but like I mentioned before, my CurseForge API key keeps getting limited and the downloads stop, so that AutoForge isn't working for me.
Thats why I'm using the generic setup. But anyway, we might have found the solution to what was going on. Basically the server-files.zip of ATM 10 has very weird permissions inside (version 2.8 and 2.9). Basically the whole content of the zip in 2.7 is writable and 2.8+2.9 had files that were read only.
So it would be awesome if you could add something like this: when you unzip the server files in your script you
chmod 755
them so any weirdness with permissions being carried over can be prevented, at least if that doesn't cause any security impli…