mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
ddns-script: fix retry_max_count at sample config
Fix missed modification of ‘retry_count’ to ‘retry_max_count’ in commit ‘e3292e4c97’ (rename variable: s/retry_count/retry_max_count/). Signed-off-by: FriesI23 Qin <FriesI23@outlook.com>
This commit is contained in:
committed by
Florian Eckert
parent
571d9e96a2
commit
62e94d48f9
@@ -304,10 +304,10 @@ config service "myddns"
|
|||||||
|
|
||||||
###########
|
###########
|
||||||
# if error happen on detecting, sending or updating the
|
# if error happen on detecting, sending or updating the
|
||||||
# script will retry the relevant action for retry_count times
|
# script will retry the relevant action for retry_max_count times
|
||||||
# before stopping script execution.
|
# before stopping script execution.
|
||||||
# default: 5
|
# default: 5
|
||||||
option retry_count '5'
|
option retry_max_count '5'
|
||||||
|
|
||||||
###########
|
###########
|
||||||
# if error happen on detecting, sending or updating the
|
# if error happen on detecting, sending or updating the
|
||||||
|
|||||||
Reference in New Issue
Block a user