From: Frank Brehm Date: Fri, 28 Jul 2017 14:28:17 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=882a2db51c9780a6597784712a5dad61724c1e22;p=config%2Fberta%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- 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