diff --git a/inxi b/inxi index f917e24..c2cb87c 100755 --- a/inxi +++ b/inxi @@ -1252,7 +1252,7 @@ script_self_updater() # args: $1 - debug data type: sys|xorg|disk debug_data_collector() { - local xiin_app='' xiin_data_file='' xiin_download='' + local xiin_app='' xiin_data_file='' xiin_download='' inxi_args='' local xiin_data_dir="xiin-$(hostname | tr ' ' '-' | tr '[A-Z]' '[a-z]' )-$1-$(date +%Y%m%d)" if [[ $B_RUNNING_IN_SHELL == 'true' ]];then @@ -1361,8 +1361,11 @@ debug_data_collector() cat $FILE_PARTITIONS &> $xiin_data_dir/proc-partitions.txt cat $FILE_SCSI &> $xiin_data_dir/proc-scsi.txt cat $FILE_MOUNTS &> $xiin_data_dir/proc-mounts.txt + inxi_args='pluo' ;; esac + echo 'Creating inxi output file now. This can take a few seconds...' + $SCRIPT_NAME -F $inxi_args -c 0 > $xiin_data_dir/inxi-F${inxi_args}.txt echo 'Creating tar.gz compressed file of this material now. Contents:' echo '-------------------------'