This commit is contained in:
Michael Stanclift 2020-06-22 10:17:28 -05:00
parent d20e22bb68
commit f7eeb41d97

View File

@ -1227,8 +1227,8 @@ function task_automate {
MESSAGE="Removing Existing Automation"
echo_stat
crontab -l >$CRON_TEMP
sed '/pull/d' $CRON_TEMP >$CRON_NEW
crontab -l > $CRON_TEMP
sed '/pull/d' $CRON_TEMP > $CRON_NEW
crontab $CRON_NEW 2>/dev/null
error_validate
fi