mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
bug fixes
This commit is contained in:
parent
d10e6ec05e
commit
f8463034fd
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -1365,7 +1365,7 @@ debug_data_collector()
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo 'Creating inxi output file now. This can take a few seconds...'
|
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
|
$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 'Creating tar.gz compressed file of this material now. Contents:'
|
||||||
echo '-------------------------'
|
echo '-------------------------'
|
||||||
|
|
Loading…
Add table
Reference in a new issue