mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
and THEN
This commit is contained in:
parent
343e535f5f
commit
14fe198810
@ -620,12 +620,16 @@ function task_automate {
|
||||
then
|
||||
AUTO_FREQ='60'
|
||||
elif [ $INPUT_AUTO_FREQ == 2 ]
|
||||
then
|
||||
AUTO_FREQ='30'
|
||||
elif [ $INPUT_AUTO_FREQ == 4 ]
|
||||
then
|
||||
AUTO_FREQ='15'
|
||||
elif [ $INPUT_AUTO_FREQ == 6 ]
|
||||
then
|
||||
AUTO_FREQ='10'
|
||||
elif [ $INPUT_AUTO_FREQ == 12 ]
|
||||
then
|
||||
AUTO_FREQ='5'
|
||||
else
|
||||
MESSAGE="Invalid Input"
|
||||
|
Loading…
Reference in New Issue
Block a user