mirror of
https://github.com/mag37/dockcheck.git
synced 2026-03-09 10:22:46 +01:00
fix: Excludes unbound
This commit is contained in:
parent
68ec749c39
commit
710cbc118f
1 changed files with 3 additions and 3 deletions
|
|
@ -380,7 +380,7 @@ check_image() {
|
||||||
|
|
||||||
# Make required functions and variables available to subprocesses
|
# Make required functions and variables available to subprocesses
|
||||||
export -f check_image datecheck
|
export -f check_image datecheck
|
||||||
export Excludes_string="${Excludes[*]}" # Can only export scalar variables
|
export Excludes_string="${Excludes[*]:-}" # Can only export scalar variables
|
||||||
export t_out regbin RepoUrl DaysOld
|
export t_out regbin RepoUrl DaysOld
|
||||||
|
|
||||||
# Check for POSIX xargs with -P option, fallback without async
|
# Check for POSIX xargs with -P option, fallback without async
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue