Skip to content

Commit

Permalink
🚑 Adds missing port declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 23, 2019
1 parent 543236d commit 3fda9a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grocy/rootfs/etc/cont-init.d/nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fda9a6

Please sign in to comment.