Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I have another @reboot cronjob for a script, but unfortunately that doesn't work either. The script looks like this: #!/bin/sh cd /home/mc/mc/ while true do java -Xms10G -Xmx10G -jar spigot.jar echo done sleep 3 done (sorry for it not being properly formatted the comments don't seem to support the code block formatting) And the log I set up for it just shows: Must be connected to a terminal. Commented Mar 22, 2018 at 20:02
  • Sounds like it might be a new question! Commented Mar 22, 2018 at 20:12