0 to disable

This commit is contained in:
Michael Stanclift 2020-06-22 10:35:42 -05:00
parent 33d71dc7c8
commit 2842eea71e
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ There is nothing really sexy here, but a lot of changes under the covers to impr
#### 1.8.3
- Simplified method for input of automation frequency via crontab.
- Removes existing automation task from crontab, if it exists.
- Automation can be disabled by setting frequency to 0 when prompted.
- Adds dev tag to version output.
#### 1.8.2

View File

@ -1177,7 +1177,7 @@ function task_automate {
CRON_EXIST='1'
fi
MESSAGE="Sync Frequency in Minutes (0-30)"
MESSAGE="Sync Frequency in Minutes (1-30) or 0 to Disable"
echo_need
read INPUT_AUTO_FREQ