From fe73695df5d8f83dab0dc9069fde844c3a874bc9 Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Mon, 1 Feb 2021 13:13:08 -0500 Subject: [PATCH] last change to mcbe maint, hopefully --- src/mcbe/assets/bin/maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcbe/assets/bin/maint b/src/mcbe/assets/bin/maint index d5399f2..01f6ad9 100755 --- a/src/mcbe/assets/bin/maint +++ b/src/mcbe/assets/bin/maint @@ -50,7 +50,7 @@ if [[ 10#$hour -eq 1 ]]; then rm_ife worlds-daily-$day.zip zip -rT worlds-daily-$day.zip worlds-hourly-$hour chown "$(stat -c '%U:%G' worlds-hourly-$hour)" worlds-daily-$day.zip - touch -d "$(date -R -r worlds-hourly-$hour)" worlds-daily-$day.zip + touch -d "$(stat -c '%y' worlds-hourly-$hour)" worlds-daily-$day.zip if [[ 10#$day -eq 1 ]]; then cp -a worlds-daily-$day.zip worlds-$year-$month-$day.zip fi