mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-06 20:21:33 +00:00
🚑 Adds missing port declaration
This commit is contained in:
parent
543236dc7e
commit
3fda9a6e92
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,10 @@
|
||||||
# Configures NGINX for use with Grocy
|
# Configures NGINX for use with Grocy
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
declare certfile
|
declare certfile
|
||||||
declare keyfile
|
|
||||||
declare ingress_interface
|
|
||||||
declare ingress_entry
|
declare ingress_entry
|
||||||
|
declare ingress_interface
|
||||||
|
declare keyfile
|
||||||
|
declare port
|
||||||
|
|
||||||
port=$(bashio::addon.port 80)
|
port=$(bashio::addon.port 80)
|
||||||
if bashio::var.has_value "${port}"; then
|
if bashio::var.has_value "${port}"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue