mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -06:00
Merge pull request #204 from Jpac14/patch-1
Added a note to help users with permissions for entrypoint.sh
This commit is contained in:
commit
ed5d213ac2
@ -145,3 +145,6 @@ java -Xms128M -Xmx1024M -jar server.jar
|
|||||||
|
|
||||||
## Run the Command
|
## Run the Command
|
||||||
The last step is to run this modified startup command, which is done with the line `${MODIFIED_STARTUP}`.
|
The last step is to run this modified startup command, which is done with the line `${MODIFIED_STARTUP}`.
|
||||||
|
|
||||||
|
### Note
|
||||||
|
Sometimes you may need to change the permissions of the `entrypoint.sh` file, on linux you can do this by executing `chmod +x entrypoint.sh` in the directory where the file is.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user