Remove verbosity from extraction
This commit is contained in:
parent
43cfb617b6
commit
1105b4fe89
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ download_game() {
|
||||||
# Extract and clean up
|
# Extract and clean up
|
||||||
mkdir -pv $extract_path
|
mkdir -pv $extract_path
|
||||||
cd $extract_path
|
cd $extract_path
|
||||||
tar -xvf "${download_path}.tar.gz" && rm "${download_path}.tar.gz"
|
tar -xf "${download_path}.tar.gz" && rm -v "${download_path}.tar.gz"
|
||||||
|
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue