Skip to content

Commit bde6f93

Browse files
author
Hubert
authored
Upgrade to v1.10
1 parent 0a47238 commit bde6f93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CronTasks/CronMonitor

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
# This script is intended to be used as a CRON command
44
# On my server, I use the following configuration in /etc/crontab to run it every 5 minutes:
55
#
6-
# #minute hour mday month wday who command
7-
# */5 * * * * minecraft /usr/bin/nice /home/minecraft/CronTasks/CronMonitor
6+
# #minute hour mday month wday who command
7+
# */5 * * * * minecraft /usr/bin/nice /home/minecraft/CronTasks/CronMonitor
8+
#
9+
# And the minecraft account home directory is the Minecraft server root.
810

911
. .minecraft-library
1012

0 commit comments

Comments
 (0)