#!/bin/bash crontabRefresh() { isHeader "Refreshing Crontab" # Clear everything first crontabClear; crontabSetup; # Rebuild from scratch crontabSetupAllAppBackups "false"; #crontabSetupTaskProcessor # Switched to Systemd crontabSetupSystemInfoUpdater; crontabSetupCheckProcessor; isSuccessful "Crontab refreshed successfully" }