client: docker-finance.d: env: dev-tools: allow DOCKER_FINANCE_CLIENT_PLUGINS

This commit is contained in:
2024-09-06 23:50:37 -07:00
parent c099010fa5
commit 7e5355992b

View File

@@ -75,6 +75,10 @@ if [ -z "$DOCKER_FINANCE_CLIENT_REPO" ]; then
export DOCKER_FINANCE_CLIENT_REPO
fi
if [[ -z "$DOCKER_FINANCE_CLIENT_PLUGINS" ]]; then
export DOCKER_FINANCE_CLIENT_PLUGINS="${HOME}/plugins"
fi
if [[ "$global_platform" != "dev-tools" ]]; then
if [[ -z "$DOCKER_FINANCE_CLIENT_FLOW" ]]; then
export DOCKER_FINANCE_CLIENT_FLOW="${HOME}/finance-flow"
@@ -84,10 +88,6 @@ if [[ "$global_platform" != "dev-tools" ]]; then
export DOCKER_FINANCE_CLIENT_SHARED="${HOME}/share.d"
fi
if [[ -z "$DOCKER_FINANCE_CLIENT_PLUGINS" ]]; then
export DOCKER_FINANCE_CLIENT_PLUGINS="${HOME}/plugins"
fi
# hledger-web
if [[ -z "$DOCKER_FINANCE_PORT_HLEDGER" ]]; then
export DOCKER_FINANCE_PORT_HLEDGER="5000"