diff -r e2559ee78cb3 -r adf33377005c cron.daily.ex --- a/cron.daily.ex Wed Jun 21 00:26:46 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -#! /bin/bash - -command -v exigrey >/dev/null || exit 0 - -# only output if terminal is connected -test -t 0 || exec >/dev/null - -exigrey --clean 3 '*' -exigrey --purge 5 '*'