mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +01:00
finalizing formatting and edits
This commit is contained in:
parent
76d2921719
commit
fc47b1313b
8 changed files with 12 additions and 13 deletions
|
|
@ -152,7 +152,7 @@ releasenotes() {
|
|||
for update in ${GotUpdates[@]}; do
|
||||
found=false
|
||||
while read -r container url; do
|
||||
[[ $update == $container ]] && Updates+=("$update -> $url") && found=true
|
||||
[[ $update == $container ]] && Updates+=("$update -> $url") && found=true
|
||||
done < "$ScriptWorkDir"/urls.list
|
||||
[[ $found == false ]] && Updates+=("$update -> url missing") || continue
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue