Fix the type of the default definition of parameter "ar_attempts" (#266)

This commit is contained in:
Francois Dupoux 2022-02-23 07:19:31 +00:00
parent bd5a7ffca8
commit 860df60dab
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
SystemRescue ChangeLog
======================
-------------------------------------------------------------------------------
9.02 (YYYY-MM-DD):
-------------------------------------------------------------------------------
* Fix the type of the default definition of parameter "ar_attempts" (#266)
-------------------------------------------------------------------------------
9.01 (2022-02-10):
-------------------------------------------------------------------------------

View file

@ -176,7 +176,7 @@ config = {
['ar_nowait'] = false,
['ar_nodel'] = false,
['ar_ignorefail'] = false,
['ar_attempts'] = false,
['ar_attempts'] = 1,
['ar_source'] = "",
['ar_suffixes'] = "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F",
},