mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 03:31:30 +00:00
Fix env var name
This commit is contained in:
parent
b2a4719dff
commit
9c4ba162f1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if bashio::config.false 'features.shoppinglist'; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if bashio::config.false 'features.stock'; then
|
if bashio::config.false 'features.stock'; then
|
||||||
export FEATURE_FLAG_STOCK=0
|
export GROCY_FEATURE_FLAG_STOCK=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if bashio::config.false 'features.tasks'; then
|
if bashio::config.false 'features.tasks'; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue