mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-06 12:11:26 +00:00
🔨Rename variable
This commit is contained in:
parent
5c10367938
commit
66a85bf469
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Home Assistant Community Add-on: Grocy
|
# Home Assistant Community Add-on: Grocy
|
||||||
# Runs the PHP-FPM daemon
|
# Runs the PHP-FPM daemon
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
declare caldayweek
|
||||||
export GROCY_CULTURE
|
export GROCY_CULTURE
|
||||||
export GROCY_CURRENCY
|
export GROCY_CURRENCY
|
||||||
export GROCY_ENTRY_PAGE
|
export GROCY_ENTRY_PAGE
|
||||||
|
@ -42,8 +43,8 @@ if bashio::config.false 'features.tasks'; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if bashio::config.has_value 'tweaks.calendar_first_day_of_week'; then
|
if bashio::config.has_value 'tweaks.calendar_first_day_of_week'; then
|
||||||
GROCY_DAYWEEK=$(bashio::config 'tweaks.calendar_first_day_of_week')
|
caldayweek=$(bashio::config 'tweaks.calendar_first_day_of_week')
|
||||||
export GROCY_CALENDAR_FIRST_DAY_OF_WEEK=${GROCY_DAYWEEK}
|
export GROCY_CALENDAR_FIRST_DAY_OF_WEEK=${caldayweek}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if bashio::config.false 'tweaks.chores_assignment'; then
|
if bashio::config.false 'tweaks.chores_assignment'; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue