diff --git a/inxi b/inxi index b069452..b91d31d 100755 --- a/inxi +++ b/inxi @@ -3123,6 +3123,7 @@ get_partition_data_advanced() get_unmounted_partition_data() { + eval $LOGFS local a_unmounted_working='' a_unmounted_temp='' mounted_partitions='' separator='' local dev_disk_label='' dev_disk_uuid='' dev_working='' uuid_working='' label_working='' @@ -3174,6 +3175,7 @@ get_unmounted_partition_data() done # echo "${A_UNMOUNTED_PARTITION_DATA[@]}" + eval $LOGFE } # Repos will be added as we get distro package manager data to create the repo data. @@ -3181,6 +3183,7 @@ get_unmounted_partition_data() # neat and readable. get_repo_data() { + eval $LOGFS local repo_file='' repo_data_working='' local apt_file='/etc/apt/sources.list' yum_repo_dir='/etc/yum.repos.d/' yum_conf='/etc/yum.conf' local pacman_conf='/etc/pacman.conf' pacman_repo_dir='/etc/pacman.d/' @@ -3263,6 +3266,7 @@ $repo_data_working" # elif [[ -f $pacman_file || -d $pacman_repo_dir ]];then # REPO_FILE_ID='yum repos' fi + eval $LOGFE } get_sensors_data()