Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_alway run_scripts #2

Open
keithy opened this issue Feb 19, 2018 · 3 comments
Open

run_alway run_scripts #2

keithy opened this issue Feb 19, 2018 · 3 comments

Comments

@keithy
Copy link

keithy commented Feb 19, 2018

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.

@Power2All
Copy link

Simple use numbering, then it is I think.
Like: 01-executefirst 02-executenext, etc....

@keithy
Copy link
Author

keithy commented Oct 29, 2018

I was trying to use simple use numbering, hence needing to raise the issue.

@Power2All
Copy link

Power2All commented Oct 29, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants