mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
0 to disable
This commit is contained in:
parent
33d71dc7c8
commit
2842eea71e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user