From 22224f7bf837c39b2356ea88d42aec672c8d988c Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 6 May 2011 21:22:45 +0000 Subject: [PATCH] text tweak --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'