mirror of
https://github.com/deajan/osync
synced 2024-11-03 15:40:14 +00:00
Set MIN_WAIT
without config file
This commit is contained in:
parent
041de62c36
commit
4725370d8e
@ -5298,7 +5298,11 @@ if [ $_QUICK_SYNC -eq 2 ]; then
|
||||
if [ "$PATH_SEPARATOR_CHAR" == "" ]; then
|
||||
PATH_SEPARATOR_CHAR=";"
|
||||
fi
|
||||
|
||||
if [ $(IsInteger $MIN_WAIT) -ne 1 ]; then
|
||||
MIN_WAIT=30
|
||||
|
||||
fi
|
||||
else
|
||||
ConfigFile="${1}"
|
||||
LoadConfigFile "$ConfigFile"
|
||||
|
@ -2704,7 +2704,10 @@ if [ $_QUICK_SYNC -eq 2 ]; then
|
||||
if [ "$PATH_SEPARATOR_CHAR" == "" ]; then
|
||||
PATH_SEPARATOR_CHAR=";"
|
||||
fi
|
||||
|
||||
if [ $(IsInteger $MIN_WAIT) -ne 1 ]; then
|
||||
MIN_WAIT=30
|
||||
fi
|
||||
else
|
||||
ConfigFile="${1}"
|
||||
LoadConfigFile "$ConfigFile"
|
||||
|
Loading…
Reference in New Issue
Block a user