From e252d5addd02371835b9bf5361c5cd3680cce9e1 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 12 Oct 2020 22:00:51 -0500 Subject: [PATCH] Stop stuffing routine messages into the server --- roles/minecraft-paper/templates/hourly.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/minecraft-paper/templates/hourly.sh b/roles/minecraft-paper/templates/hourly.sh index 8aa6879..0b5579c 100644 --- a/roles/minecraft-paper/templates/hourly.sh +++ b/roles/minecraft-paper/templates/hourly.sh @@ -41,10 +41,8 @@ find "$OUTDIR" -type f -mtime +1 -iname "backup-*.tar.gz" -delete # WE MAKE BACKUP NOW SERGEI if cd "$OUTDIR"; then log "Initiating world backup" - stuff "Initiating world backup" tar czhf "$OUTDIR/backup-$(date -Iseconds).tar.gz" "$MCDIR"/world* log "World backup complete" - stuff "World backup complete" else log "Could not change directory: $OUTDIR" stuff "World backup failed: see log for details"