We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8dd05 commit 5709050Copy full SHA for 5709050
includes.container/usr/sbin/init.new
@@ -33,7 +33,7 @@ run_hooks() {
33
return
34
fi
35
36
- hooks=($(find "$path" -type f 2>/dev/null))
+ hooks=($(find "$path" -type f 2>/dev/null | sort))
37
38
if [[ ${#hooks[@]} -eq 0 ]]; then
39
log "warn" "No hooks found in $path"
0 commit comments