mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
text tweak
This commit is contained in:
parent
f121e25ac9
commit
22224f7bf8
2
inxi
2
inxi
|
@ -1279,7 +1279,7 @@ debug_data_collector()
|
|||
echo 'Testing gzip file integrity...'
|
||||
gzip -t $xiin_data_dir.tar.gz
|
||||
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
|
||||
else
|
||||
echo 'All done, you can find your data gzipped directory here:'
|
||||
|
|
Loading…
Reference in a new issue