Export 'label' for using by logrotate.

This commit is contained in:
Christoph 2018-12-03 01:19:07 +01:00
parent e73d71fd08
commit b8287a003e

View File

@ -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