File Manager

Current Path : /etc/cron.daily/
Upload File :
Current File : //etc/cron.daily/dpkg

#!/bin/sh

# Skip if systemd is running.
if [ -d /run/systemd/system ]; then
  exit 0
fi

/usr/libexec/dpkg/dpkg-db-backup

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com