mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-21 03:40:39 +00:00
Update dockcheck.sh
changed missing url-message.
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ releasenotes() {
|
|||||||
while read -r container url; do
|
while read -r container url; do
|
||||||
[[ $update == $container ]] && printf "%s -> %s\n" "$update" "$url" && found=true
|
[[ $update == $container ]] && printf "%s -> %s\n" "$update" "$url" && found=true
|
||||||
done < "$ScriptWorkDir"/urls.list
|
done < "$ScriptWorkDir"/urls.list
|
||||||
[[ $found == false ]] && printf "%s -> no url in list\n" "$update"
|
[[ $found == false ]] && printf "%s -> url missing\n" "$update"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user