Skip to content

Commit

Permalink
fix WPS_OUTPUTS_DIR delayed eval
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Sep 25, 2023
1 parent efa146c commit 601749e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion birdhouse/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export DELAYED_EVAL="
$DELAYED_EVAL
PAVICS_FQDN_PUBLIC
DATA_PERSIST_SHARED_ROOT
WPS_OUTPUTS_DIR
"


Expand Down Expand Up @@ -59,4 +60,4 @@ export DEFAULT_CONF_DIRS='
export USER_WORKSPACE_UID=1000
export USER_WORKSPACE_GID=1000

export WPS_OUTPUTS_DIR="${DATA_PERSIST_SHARED_ROOT}/wps_outputs"
export WPS_OUTPUTS_DIR='${DATA_PERSIST_SHARED_ROOT}/wps_outputs'

0 comments on commit 601749e

Please sign in to comment.