yunohost/data/hooks/restore/32-conf_cron

6 lines
104 B
Text

backup_dir="$1/conf/cron"
cp -a $backup_dir/. /etc/cron.d
# Restart just in case
service cron restart