mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-19 02:47:45 +00:00
Update releasenotes.sh
added $ScriptWorkDir prefix to urls.list
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user