Fix env var name

This commit is contained in:
Jorim Tielemans 2019-05-11 13:24:29 +02:00 committed by GitHub
parent b2a4719dff
commit 9c4ba162f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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