mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
Update dockcheck.sh
changed missing url-message.
This commit is contained in:
parent
9f8c62ed96
commit
db4431d40a
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ releasenotes() {
|
|||
while read -r container url; do
|
||||
[[ $update == $container ]] && printf "%s -> %s\n" "$update" "$url" && found=true
|
||||
done < "$ScriptWorkDir"/urls.list
|
||||
[[ $found == false ]] && printf "%s -> no url in list\n" "$update"
|
||||
[[ $found == false ]] && printf "%s -> url missing\n" "$update"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue