Update run to fix typo

This commit is contained in:
Daniel Valadas 2024-12-23 16:01:56 -05:00 committed by GitHub
parent 0fbc3fe707
commit 0cb55afaa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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