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
|
||||
rm -rf "$download_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 /
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue