mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-31 06:13:33 +00:00
Fix BASE_DIR
This commit is contained in:
parent
ebac78962e
commit
4763950a91
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ function setup_file_paths() {
|
|||
chmod u+s,ug+rwx,o-rwx "${OUTLINE_DIR}"
|
||||
|
||||
# Holds the information on how to access the management API.
|
||||
declare -rg ACCESS_CONFIG_FILE="${ACCESS_CONFIG:-${BASE_DIR}/access.txt}"
|
||||
declare -rg ACCESS_CONFIG_FILE="${ACCESS_CONFIG:-${OUTLINE_DIR}/access.txt}"
|
||||
|
||||
# Directory for data to be peristed across container restarts. Mounted on `docker run`.
|
||||
declare -rg STATE_DIR="${OUTLINE_DIR}/persisted-state"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue