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