mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
removed debugger
This commit is contained in:
parent
f8dd3b9b1d
commit
269b4cc828
1
inxi
1
inxi
|
@ -3635,7 +3635,6 @@ get_distro_data()
|
|||
done
|
||||
fi
|
||||
log_function_data "distro_file: $distro_file"
|
||||
distro_file='os-release'
|
||||
# first test for the legacy antiX distro id file
|
||||
if [[ -e /etc/antiX ]];then
|
||||
distro="$( grep -Eoi 'antix.*\.iso' <<< $( remove_erroneous_chars '/etc/antiX' ) | sed 's/\.iso//' )"
|
||||
|
|
Loading…
Reference in a new issue