added --recommends suggestion to non x mode start

This commit is contained in:
inxi-svn 2011-06-10 23:21:10 +00:00
parent 6a2f09858f
commit 6297a1f519

2
inxi
View file

@ -792,7 +792,7 @@ check_script_depends()
do do
app_path=$( type -p $app_name ) app_path=$( type -p $app_name )
if [[ -z $app_path ]];then if [[ -z $app_path ]];then
script_debugger "Resuming in non X mode: $app_name not found in path" script_debugger "Resuming in non X mode: $app_name not found in path. Use --recommends for solution"
B_SHOW_X_DATA='false' B_SHOW_X_DATA='false'
break break
fi fi