mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +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
|
||||
# ==============================================================================
|
||||
declare certfile
|
||||
declare keyfile
|
||||
declare ingress_interface
|
||||
declare ingress_entry
|
||||
declare ingress_interface
|
||||
declare keyfile
|
||||
declare port
|
||||
|
||||
port=$(bashio::addon.port 80)
|
||||
if bashio::var.has_value "${port}"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue