This commit is contained in:
Michael Stanclift 2020-06-22 10:34:20 -05:00
parent 459c714f2d
commit 33d71dc7c8

View File

@ -1183,7 +1183,7 @@ function task_automate {
if [ $INPUT_AUTO_FREQ -gt 30 ]
then
MESSAGE="Invalid Input"
MESSAGE="Invalid Frequency Range"
echo_fail
exit_nochange
elif [ $INPUT_AUTO_FREQ -lt 1 ]