mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweak
This commit is contained in:
parent
74b97894a7
commit
2d3114722e
2
inxi
2
inxi
|
@ -791,7 +791,7 @@ check_script_depends()
|
|||
for app_name in $x_apps
|
||||
do
|
||||
app_path=$( type -p $app_name )
|
||||
if [[ -n $app_path ]];then
|
||||
if [[ -z $app_path ]];then
|
||||
script_debugger "Resuming in non X mode: $app_name not found. For package install advice run: $SCRIPT_NAME --recommends"
|
||||
B_SHOW_X_DATA='false'
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue