mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 11:24:04 +02:00
Add WEBUI_PORT variable with default value
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
set +u
|
||||
|
||||
WEBUI_PORT=${WEBUI_PORT:-8080}
|
||||
export PATH="/usr/local/sbin:/usr/local/bin:${PATH}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user