mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 11:11:30 +00:00
Update run to fix typo
This commit is contained in:
parent
0fbc3fe707
commit
0cb55afaa3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ fi
|
|||
|
||||
if bashio::config.has_value 'tweaks.label_printer_webhook'; then
|
||||
label_printer_webhook=$(bashio::config 'tweaks.label_printer_webhook')
|
||||
export GROCY_MEAL_PLAN_FIRST_DAY_OF_WEEK=${label_printer_webhook}
|
||||
export LABEL_PRINTER_WEBHOOK=${label_printer_webhook}
|
||||
fi
|
||||
|
||||
if bashio::config.false 'tweaks.label_printer_run_server'; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue