Update genEthernetConfig.sh
Missed default for locale in ethernet configs. added en-US ln27
This commit is contained in:
parent
57a92eadaf
commit
93e9fa34f0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ CONFIG_SYNCHTIME="$(bashio::config 'SynchTime' '0')"
|
|||
CONFIG_SYNCHTIMELOW="$(bashio::config 'SynchTimeLow' '1')"
|
||||
CONFIG_SYNCHTIMEHIGH="$(bashio::config 'SynchTimeHigh' '3600')"
|
||||
CONFIG_SUNRSOFFSET="$(bashio::config 'SunRSOffset' '900')"
|
||||
CONFIG_LOCALE="$(bashio::config 'Locale')"
|
||||
CONFIG_LOCALE="$(bashio::config 'Locale' 'en-US')"
|
||||
CONFIG_TIMEZONE="$(bashio::config 'Timezone')"
|
||||
CONFIG_BTCONNECTRETRIES="$(bashio::config 'BTConnectRetries' '10')"
|
||||
CONFIG_CSV_EXPORT="$(bashio::config 'CSV_Export' '0')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue