From 048abbc12d2bd9a640e3fb998e1edc1829c38e5a Mon Sep 17 00:00:00 2001 From: "trash80.v2.0" Date: Sat, 25 Jun 2011 07:19:08 +0000 Subject: [PATCH] Removed xiin upload uname and password requirement from inxi. While they can be used, they are no longer required. Some modularization to xiin. Using classes. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 5261a18..f51f38b 100755 --- a/inxi +++ b/inxi @@ -1404,7 +1404,7 @@ debug_data_collector() if [[ $B_UPLOAD_DEBUG_DATA == 'true' ]];then if [[ $b_run_xiin == 'true' ]];then echo 'Running automatic upload of data to remote server ftp.techpatterns.com/incoming now...' - python ./$xiin_file -u $completed_gz_file ftp.techpatterns.com/incoming anon anon + python ./$xiin_file -u $completed_gz_file ftp.techpatterns.com/incoming if [[ $? -gt 0 ]];then echo "Error: looks like the ftp upload failed. Error number: $?" echo "The ftp upload failed. Error number: $?" >> $debug_data_dir/xiin-error.txt