Compare commits

..

No commits in common. "8471d296eab133a4ead3c881ec1ca747e94e1d14" and "465d0065b9a827f3b59b6e370413569edf02ff71" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View file

@ -452,11 +452,11 @@ getESD() {
winCatalog=$(getCatalog "$version" "url")
editionName=$(getCatalog "$version" "edition")
if [ -z "$file" ] || [ -z "$winCatalog" ] || [ -z "$editionName" ]; then
if [ -z "$file" || -z "$winCatalog" || -z "$editionName" ]; then
error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1
fi
local msg="Downloading product information..."
local msg="Downloading product information from Microsoft server..."
info "$msg" && html "$msg"
rm -rf "$dir"