run_alway run_scripts
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.
Simple use numbering, then it is I think. Like: 01-executefirst 02-executenext, etc....
I was trying to use simple use numbering, hence needing to raise the issue.
But did it work ? If not, then yeah, I would think a fix that sorting is properly used, should be applied.
On Mon, Oct 29, 2018 at 3:36 PM Keith [email protected] wrote:
I was trying to use simple use numbering.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nimmis/docker-alpine-micro/issues/2#issuecomment-433933823, or mute the thread https://github.com/notifications/unsubscribe-auth/AB6ttTJCTwSsEZM7T0QeNm7YSAgG7IuIks5upxJhgaJpZM4SLEUF .