Browse Source

last change to mcbe maint, hopefully

feature/startup-from-labels
Mar Alegre 4 years ago
parent
commit
fe73695df5
  1. 2
      src/mcbe/assets/bin/maint

2
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

Loading…
Cancel
Save