Skip to content

Automatic bind mount of XDG_RUNTIME_DIR might fail in some circumstances #15

Description

@ssailer

Here:

if [[ "$XDG_RUNTIME_DIR" == /run/* ]] ; then

the section checks if the XDG_RUNTIME_DIR variable is set to /run/* but in some configurations the env variable might be set, but the mount not actually be available.
This is surely a misconfiguration, but nevertheless it might be more resilient to actually check if the directory exists before adding it to the EXTRA_OPTIONS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions