From a53fb9f863cea22a3d00a3c519406c296d229533 Mon Sep 17 00:00:00 2001 From: Nicolas Berens Date: Tue, 16 Jan 2024 15:48:50 +0100 Subject: [PATCH] disable e2fsprogs cron (#631) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * disable e2fsprogs cron * fix linebreak --------- Co-authored-by: Skyler Mäntysaari --- image/services/cron/cron.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/image/services/cron/cron.sh b/image/services/cron/cron.sh index bc1935e..f256d12 100755 --- a/image/services/cron/cron.sh +++ b/image/services/cron/cron.sh @@ -17,3 +17,4 @@ rm -f /etc/cron.daily/upstart rm -f /etc/cron.daily/dpkg rm -f /etc/cron.daily/password rm -f /etc/cron.weekly/fstrim +rm -f /etc/cron.d/e2scrub_all