Update grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Daniel Valadas 2024-05-21 04:11:32 -04:00 committed by GitHub
parent b1a5a7750d
commit 372c25967b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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