Change MAX_ATTEMPTS default value
This commit is contained in:
parent
4a60838f93
commit
55c5ffd110
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@ if [ -n "$MAX_ATTEMPTS" ]; then
|
|||
echo "Bad MAX_ATTEMPTS option. Allowed are numbers from 1 to 100."
|
||||
echo "Using default value..."
|
||||
|
||||
max_attempts="10" # Default value
|
||||
max_attempts="15" # Default value
|
||||
fi
|
||||
else
|
||||
max_attempts="10" # Default value
|
||||
max_attempts="15" # Default value
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue