cron exist

This commit is contained in:
Michael Stanclift 2020-06-22 10:16:44 -05:00
parent cacedf20fa
commit d20e22bb68

View File

@ -1222,7 +1222,7 @@ function task_automate {
echo_fail echo_fail
exit_nochange exit_nochange
else else
if [ CRON_EXIST == 1 ] if [ $CRON_EXIST == 1 ]
then then
MESSAGE="Removing Existing Automation" MESSAGE="Removing Existing Automation"
echo_stat echo_stat