mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweaked the hostname to get rid of spaces in case present, you never know
This commit is contained in:
parent
22224f7bf8
commit
8f35818592
2
inxi
2
inxi
|
@ -1230,7 +1230,7 @@ script_self_updater()
|
|||
|
||||
debug_data_collector()
|
||||
{
|
||||
local xiin_app='' xiin_data_dir="xiin-$(hostname)-$(date +%Y%m%d)" xiin_data_file=''
|
||||
local xiin_app='' xiin_data_dir="xiin-$(hostname | tr ' ' '-' )-$(date +%Y%m%d)" xiin_data_file=''
|
||||
|
||||
if [[ $B_RUNNING_IN_SHELL == 'true' ]];then
|
||||
echo "Starting debugging data collection."
|
||||
|
|
Loading…
Reference in a new issue