mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
test 8
This commit is contained in:
parent
b6b55beae7
commit
39e7d24c01
4
inxi
4
inxi
|
@ -421,7 +421,9 @@ check_script_depends()
|
||||||
if [[ ! -d /proc/ ]];then
|
if [[ ! -d /proc/ ]];then
|
||||||
error_handler 6
|
error_handler 6
|
||||||
fi
|
fi
|
||||||
|
if [[ $B_TESTING_1 == 'true' ]];then
|
||||||
|
print_screen_output "B_X_RUNNING: $B_X_RUNNING"
|
||||||
|
fi
|
||||||
if [[ $B_X_RUNNING == 'true' ]];then
|
if [[ $B_X_RUNNING == 'true' ]];then
|
||||||
for app_name in xrandr xdpyinfo glxinfo
|
for app_name in xrandr xdpyinfo glxinfo
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue