mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
bug fix, parse error
This commit is contained in:
parent
5ef2329092
commit
8235cdd10f
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -5429,7 +5429,7 @@ get_init_data()
|
||||||
if [[ -n $( type -p systemd ) ]];then
|
if [[ -n $( type -p systemd ) ]];then
|
||||||
init_version=$( get_de_app_version 'systemd' '^systemd' '2' )
|
init_version=$( get_de_app_version 'systemd' '^systemd' '2' )
|
||||||
fi
|
fi
|
||||||
if [[ -z $init_version && -n $( type -p systemctl )]];then
|
if [[ -z $init_version && -n $( type -p systemctl ) ]];then
|
||||||
init_version=$( get_de_app_version 'systemctl' '^systemd' '2' )
|
init_version=$( get_de_app_version 'systemctl' '^systemd' '2' )
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue