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
exit_nochange
else
if [ CRON_EXIST == 1 ]
if [ $CRON_EXIST == 1 ]
then
MESSAGE="Removing Existing Automation"
echo_stat