Skip to content

All "before" scripts should source ~/.config/OnDemand/${ONDEMAND_APP}.sh, if exists #19

@HenrikBengtsson

Description

@HenrikBengtsson

If we add something like:

file=${XDG_CONFIG_HOME:-$HOME/.config}/OnDemand/${ONDEMAND_APP}.sh
if [[ -f "${file}" ]]; then
  source "${file}"
fi

This allows users to tweak the startup process of each OnDemand app. This could provide a permanent solution alternative to FR #18.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions