From 7a098f58eaafb653e547ea37100a971e03136f45 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Tue, 29 May 2012 07:01:22 +0100 Subject: [PATCH] Replaced cron job commands using a "*" with the word "all". This functionality has not been implemented yet, but when it is, "all" will be the word used now. --- msm.cron | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msm.cron b/msm.cron index 2db4345..3f468af 100644 --- a/msm.cron +++ b/msm.cron @@ -10,13 +10,13 @@ # Backs up all worlds for all servers at 2 minutes past 5 in the moring -02 05 * * * minecraft /etc/init.d/mcm * worlds backup +02 05 * * * minecraft /etc/init.d/mcm all worlds backup # Rolls the logs for all servers at 55 minutes past 4 in the morning -55 04 * * * minecraft /etc/init.d/mcm * logroll +55 04 * * * minecraft /etc/init.d/mcm all logroll # Moves all "in RAM" worlds to disk every half hour for all servers -*/30 * * * * minecraft /etc/init.d/mcm * worlds todisk +*/30 * * * * minecraft /etc/init.d/mcm all worlds todisk # Start any crashed servers again each hour @hourly minecraft /etc/init.d/mcm start