Show warning hash couldn't be found in hashurl

This commit is contained in:
Richard Kuhnt
2017-03-18 22:06:20 +01:00
parent 378a03e96a
commit e7a54d802b
+2
View File
@@ -135,6 +135,8 @@ function get_hash_for_app([String] $app, $config, [String] $version, [String] $u
if($hash) {
# got one!
return $hash
} else {
write-host -f DarkYellow "Could not find hash in $hashfile_url"
}
Write-Host "Download files to compute hashes!" -f DarkYellow