mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
cleanup
This commit is contained in:
parent
635bcadb27
commit
0102533ad3
2
inxi
2
inxi
|
@ -1998,7 +1998,7 @@ get_start_client()
|
|||
B_CONSOLE_IRC='true'
|
||||
if [[ -z $IRC_CLIENT_VERSION ]];then
|
||||
# this is a hack to try to show konversation if it is running but started via /cmd
|
||||
if [[ -n $( ps aux | grep -i 'konversation' | grep -iv 'grep' ) && $B_RUNNING_IN_X == 'true' ]];then
|
||||
if [[ -n $( ps aux | grep -i 'konversation' | grep -v 'grep' ) && $B_RUNNING_IN_X == 'true' ]];then
|
||||
IRC_CLIENT='Konversation'
|
||||
IRC_CLIENT_VERSION=" $( konversation --version 2>/dev/null | gawk '/^Konversation/ {print $2}' )"
|
||||
B_CONSOLE_IRC='false'
|
||||
|
|
Loading…
Reference in a new issue