Skip to content

Commit

Permalink
Update run to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas authored Dec 23, 2024
1 parent 0fbc3fe commit 0cb55af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cb55af

Please sign in to comment.