mirror of
https://github.com/smxi/inxi.git
synced 2025-09-04 19:49:11 +00:00
text tweak
This commit is contained in:
parent
f121e25ac9
commit
22224f7bf8
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -1279,7 +1279,7 @@ debug_data_collector()
|
||||||
echo 'Testing gzip file integrity...'
|
echo 'Testing gzip file integrity...'
|
||||||
gzip -t $xiin_data_dir.tar.gz
|
gzip -t $xiin_data_dir.tar.gz
|
||||||
if [[ $? -gt 0 ]];then
|
if [[ $? -gt 0 ]];then
|
||||||
echo 'Data in gz is corrupted, removing gzip file, try running this again.'
|
echo 'Data in gz is corrupted, removing gzip file, try running data collector again.'
|
||||||
rm -f $xiin_data_dir.tar.gz
|
rm -f $xiin_data_dir.tar.gz
|
||||||
else
|
else
|
||||||
echo 'All done, you can find your data gzipped directory here:'
|
echo 'All done, you can find your data gzipped directory here:'
|
||||||
|
|
Loading…
Add table
Reference in a new issue