From 372c25967b61e0946d82a8b0a2d62c05f23a1a94 Mon Sep 17 00:00:00 2001 From: Daniel Valadas Date: Tue, 21 May 2024 04:11:32 -0400 Subject: [PATCH] Update grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run b/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run index 7e5f59d..c3917d5 100755 --- a/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run +++ b/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run @@ -135,7 +135,7 @@ if bashio::config.has_value 'tweaks.tprinter_ip'; then fi if bashio::config.has_value 'tweaks.tprinter_port'; then - tprinter_ip=$(bashio::config 'tweaks.tprinter_port') + tprinter_port=$(bashio::config 'tweaks.tprinter_port') export GROCY_TPRINTER_PORT=${tprinter_port} fi