We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Simple use numbering, then it is I think. Like: 01-executefirst 02-executenext, etc....
Sorry, something went wrong.
I was trying to use simple use numbering, hence needing to raise the issue.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: