mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 17:07:49 +00:00
fixed space/vs tabbing indentation. inxi uses tabs, not spaces.
This commit is contained in:
parent
d4519f26c5
commit
951d3b7814
2
inxi
2
inxi
|
@ -1406,7 +1406,7 @@ debug_data_collector()
|
||||||
if [[ $B_UPLOAD_DEBUG_DATA == 'true' ]];then
|
if [[ $B_UPLOAD_DEBUG_DATA == 'true' ]];then
|
||||||
if [[ $b_run_xiin == 'true' ]];then
|
if [[ $b_run_xiin == 'true' ]];then
|
||||||
echo 'Running automatic upload of data to remote server ftp.techpatterns.com/incoming now...'
|
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
|
python ./$xiin_file -u $completed_gz_file ftp.techpatterns.com/incoming
|
||||||
if [[ $? -gt 0 ]];then
|
if [[ $? -gt 0 ]];then
|
||||||
echo "Error: looks like the ftp upload failed. Error number: $?"
|
echo "Error: looks like the ftp upload failed. Error number: $?"
|
||||||
|
|
Loading…
Reference in a new issue