mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
bug fix
This commit is contained in:
parent
3ea4eca9c1
commit
585faeee28
2
inxi
2
inxi
|
@ -3249,7 +3249,7 @@ get_ps_data()
|
||||||
user=$1
|
user=$1
|
||||||
rss=sprintf( "%.2f", $6/1024 )
|
rss=sprintf( "%.2f", $6/1024 )
|
||||||
# have to get rid of [,],(,) eg: [lockd] which break the printout function compare in bash
|
# have to get rid of [,],(,) eg: [lockd] which break the printout function compare in bash
|
||||||
gsub(/\[|\]\(\)/,"~", $0 )
|
gsub(/\[|\]|\(|\)/,"~", $0 )
|
||||||
if ( $12 ~ /^\// ){
|
if ( $12 ~ /^\// ){
|
||||||
appStarterPath=$11
|
appStarterPath=$11
|
||||||
appPath=$12
|
appPath=$12
|
||||||
|
|
Loading…
Reference in a new issue