From 88835fd4f95cb4129f857ca19a6df489957faac5 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 6 May 2011 21:27:57 +0000 Subject: [PATCH] added anon ftp information --- inxi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inxi b/inxi index f8ad8d2..69a785d 100755 --- a/inxi +++ b/inxi @@ -1284,6 +1284,8 @@ debug_data_collector() else echo 'All done, you can find your data gzipped directory here:' echo $SCRIPT_DATA_DIR/$xiin_data_dir.tar.gz + echo 'You can upload this here using most file managers: ftp.techpatterns.com/incoming' + echo 'then let a maintainer know it is uploaded.' fi else echo 'This feature only available in console or shell client! Exiting now.'