Skip to content
Snippets Groups Projects
Commit b5c1b0c2 authored by tmueller's avatar tmueller
Browse files

removed crontab in this branch because it will work with the internal tarball...

removed crontab in this branch because it will work with the internal tarball backup for now (backup.sh executed by minecraft server plugin essentialsX)
parent 7cc700d9
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc \
&& mkdir /backup
RUN (crontab -l 2>/dev/null; echo "59 5 * * * screen -r mc -p 0 -X stuff "save-off^M"") | crontab -
RUN (crontab -l 2>/dev/null; echo "59 6 * * * screen -r mc -p 0 -X stuff "save-on^M"") | crontab -
# Start script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment