Skip to content

run_alway run_scripts #2

@keithy

Description

@keithy

Hi,

just discovered that run_scripts which are run using "find -exec" are not performed in any sort of predictable order. Could you add | sort ?

find /etc/run_always -type f -perm +111 -print0 | | sort -z | xargs -0 -n 1 env

I just wondered if this was indeed the desired behaviour.

K.

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