From 951d3b78140c1915e7c9a719c71521899ec03a67 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 25 Jun 2011 17:11:23 +0000 Subject: [PATCH] fixed space/vs tabbing indentation. inxi uses tabs, not spaces. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index f0730cc..0d240aa 100755 --- a/inxi +++ b/inxi @@ -1406,7 +1406,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 --version + python ./$xiin_file --version 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: $?"