From 408a8b14dd5a3f1ac3c7ac4beaf99f34108a5b7a Mon Sep 17 00:00:00 2001 From: Thaurin Date: Thu, 20 Feb 2025 18:39:27 +0100 Subject: [PATCH] Fix -d parameter not working anymore --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index 9e3da8b..0327b27 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -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