sdui / scripts /config.sh
atikur-rabbi's picture
up
e54bb6d
raw
history blame
217 Bytes
# get value from environment variable port
# if not set, use default value 9990
# export port to environment variable SD_UI_BIND_PORT
# so that it can be used by other scripts
export SD_UI_BIND_PORT=9990||${port}