From 192ac06eae349adbd993cd18d28713488cdbf304 Mon Sep 17 00:00:00 2001 From: "trash80.v2.0" Date: Sat, 25 Jun 2011 07:31:29 +0000 Subject: [PATCH] Print xiin version before upload (-u) for dev --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index f51f38b..d23be12 100755 --- a/inxi +++ b/inxi @@ -1404,6 +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 --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: $?"