Added default MIN_WAIT and MAX_WAIT values
This commit is contained in:
parent
633e6397d0
commit
3dc8478ba7
|
@ -2814,6 +2814,8 @@ _NOLOCKS=false
|
||||||
osync_cmd=$0
|
osync_cmd=$0
|
||||||
_SUMMARY=false
|
_SUMMARY=false
|
||||||
INITIALIZE="no"
|
INITIALIZE="no"
|
||||||
|
MIN_WAIT=60
|
||||||
|
MAX_WAIT=7200
|
||||||
|
|
||||||
function GetCommandlineArguments {
|
function GetCommandlineArguments {
|
||||||
local isFirstArgument=true
|
local isFirstArgument=true
|
||||||
|
|
Loading…
Reference in New Issue