From b17314bddcdbc5acca9640dc2941481c0cd0fa95 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 21 Jun 2011 23:06:37 +0000 Subject: [PATCH] tweaks --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 2b17a8e..302d952 100755 --- a/inxi +++ b/inxi @@ -1375,7 +1375,7 @@ debug_data_collector() cat /etc/mtab &> $debug_data_dir/etc-mtab.txt fi echo 'Creating inxi output file now. This can take a few seconds...' - $SCRIPT_NAME -Fploudx -c 0 -@ 8 > $debug_data_dir/inxi-F${inxi_args}.txt + $SCRIPT_NAME -Fploudx -c 0 -@ 8 > $debug_data_dir/inxi-Fploudx.txt cp $LOG_FILE $SCRIPT_DATA_DIR/$debug_data_dir if [[ -f $debug_data_dir.tar.gz ]];then echo "Found and removing previous tar.gz data file: $debug_data_dir.tar.gz"