atikur-rabbi commited on
Commit
b9cd729
1 Parent(s): 01b152a
Files changed (1) hide show
  1. scripts/config.sh +1 -1
scripts/config.sh CHANGED
@@ -3,4 +3,4 @@
3
  # export port to environment variable SD_UI_BIND_PORT
4
  # so that it can be used by other scripts
5
 
6
- export SD_UI_BIND_PORT=9990||${PORT}
 
3
  # export port to environment variable SD_UI_BIND_PORT
4
  # so that it can be used by other scripts
5
 
6
+ export SD_UI_BIND_PORT=${PORT:-9990}