From b8287a003e6cd5d7893fce459a6889c42f009667 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 3 Dec 2018 01:19:07 +0100 Subject: [PATCH] Export 'label' for using by logrotate. --- rcopy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rcopy.sh b/rcopy.sh index d558985..f6959c5 100755 --- a/rcopy.sh +++ b/rcopy.sh @@ -368,6 +368,7 @@ if $found ; then [ -f $logrotate_conf_file ] || exit 3 #export backup_partition logDuration logFile admin_email from_address company + export label $logrotate $logrotate_conf_file rm -f $logDuration fi