This commit is contained in:
Michael Stanclift 2020-05-28 11:41:57 -05:00
parent 3776467e59
commit 57feeaf501

View File

@ -605,6 +605,8 @@ function task_automate {
then then
MESSAGE="Automation Task Already Exists" MESSAGE="Automation Task Already Exists"
echo -e "${INFO} ${MESSAGE}" echo -e "${INFO} ${MESSAGE}"
MESSAGE="Use 'crontab -e' to manually remove/edit"
echo -e "${INFO} ${MESSAGE}"
exit_nochange exit_nochange
fi fi