diff --git a/inxi b/inxi index 029fc37..8d83328 100755 --- a/inxi +++ b/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:'