text tweak

This commit is contained in:
inxi-svn 2011-05-06 21:22:45 +00:00
parent f121e25ac9
commit 22224f7bf8

2
inxi
View file

@ -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:'