Skip to content

config save breaks if files with spaces in name are in /etc #51

@renatoram

Description

@renatoram

Problem: if a file with a space in the name is present in /etc, saving the configuration breaks.

A cursory look at /usr/local/sbin/config seems to point at the "find" cycles where the cycle variable $i is used unquoted (there's a couple of those).

Replacing all occurrences of $i with ${i} should be sufficient, I suppose.

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