mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +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
|
done
|
||||||
fi
|
fi
|
||||||
log_function_data "distro_file: $distro_file"
|
log_function_data "distro_file: $distro_file"
|
||||||
distro_file='os-release'
|
|
||||||
# first test for the legacy antiX distro id file
|
# first test for the legacy antiX distro id file
|
||||||
if [[ -e /etc/antiX ]];then
|
if [[ -e /etc/antiX ]];then
|
||||||
distro="$( grep -Eoi 'antix.*\.iso' <<< $( remove_erroneous_chars '/etc/antiX' ) | sed 's/\.iso//' )"
|
distro="$( grep -Eoi 'antix.*\.iso' <<< $( remove_erroneous_chars '/etc/antiX' ) | sed 's/\.iso//' )"
|
||||||
|
|
Loading…
Reference in a new issue