Echo out when a version number isnt found
This commit is contained in:
parent
41d31e6a30
commit
43c84adfce
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ download_game() {
|
||||||
else
|
else
|
||||||
rm -rf "$download_path"
|
rm -rf "$download_path"
|
||||||
rm -rf "$extract_path"
|
rm -rf "$extract_path"
|
||||||
echo "Game version was not found. Something went wrong. Cleaning up artifacts..."
|
echo "Game version ${version} was not found. Something went wrong. Cleaning up artifacts..."
|
||||||
cd /
|
cd /
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue