%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /snap/core/16928/etc/cron.daily/
Upload File :
Create Path :
Current File : //snap/core/16928/etc/cron.daily/logrotate

#!/bin/sh

# Clean non existent log file entries from status file
cd /var/lib/logrotate
test -e status || touch status
head -1 status > status.clean
sed 's/"//g' status | while read logfile date
do
    [ -e "$logfile" ] && echo "\"$logfile\" $date"
done >> status.clean
mv status.clean status

test -x /usr/sbin/logrotate || exit 0
/usr/sbin/logrotate /etc/logrotate.conf

Zerion Mini Shell 1.0