From 882a2db51c9780a6597784712a5dad61724c1e22 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 28 Jul 2017 16:28:17 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- cron.daily/logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.daily/logrotate b/cron.daily/logrotate index 67ff626..4a026a7 100755 --- a/cron.daily/logrotate +++ b/cron.daily/logrotate @@ -5,4 +5,4 @@ EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi -exit 0 +exit $EXITVALUE -- 2.39.5