fix: restore LOG_PATH and PORT variable assignments from templatefile
This commit is contained in:
parent
d03588356e
commit
d6a18d8419
@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
LOG_PATH=${LOG_PATH}
|
||||
PORT=${PORT}
|
||||
|
||||
# shellcheck disable=SC2059
|
||||
printf '\033[0;1mInstalling Open WebUI...\n\n'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user