From 8f35818592baf39326b995d433a6c7b0bbdfbc0c Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 6 May 2011 21:24:20 +0000 Subject: [PATCH] tweaked the hostname to get rid of spaces in case present, you never know --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 8d83328..f8ad8d2 100755 --- a/inxi +++ b/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."