Skip to content

local env script stuck if dash/l2config file names not specified #33

@nkemnitz

Description

@nkemnitz

Omitting the config file names (e.g. because Dash or L2Cache is not required, yet) will generate a command like

export DASH_CONFIG=$(cat  | awk '{printf "    %s\n", $0}')

in the local_env_file.sh, which causes cat to silently wait for stdin.

Probably easiest to wrap the file name in quotes - cat "" will complain about the missing file and the script continues with the next line

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