Exit on failed frequency input

This commit is contained in:
Michael Stanclift 2020-05-28 11:43:24 -05:00
parent 57feeaf501
commit 343c44b09a

View File

@ -646,6 +646,7 @@ function task_automate {
else
MESSAGE="Invalid Input"
echo -e "${FAIL} ${MESSAGE}"
exit_nochange
fi
MESSAGE="Saving to Crontab"