Merge pull request #204 from Jpac14/patch-1

Added a note to help users with permissions for entrypoint.sh
This commit is contained in:
Dane Everitt 2020-10-14 08:21:07 -07:00 committed by GitHub
commit ed5d213ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,3 +145,6 @@ java -Xms128M -Xmx1024M -jar server.jar
## Run the Command
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.