mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
Fix -d parameter not working anymore
This commit is contained in:
parent
a2868ea505
commit
408a8b14dd
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ else
|
|||
|
||||
export -f check_image datecheck
|
||||
export Excludes_string="${Excludes[@]}" # Can only export scalar variables
|
||||
export t_out regbin RepoUrl
|
||||
export t_out regbin RepoUrl DaysOld
|
||||
|
||||
# Asynchronously check the image-hash of every running container VS the registry
|
||||
while read -r line; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue