diff --git a/inxi b/inxi index 58c2b57..7cde560 100755 --- a/inxi +++ b/inxi @@ -791,8 +791,8 @@ check_script_depends() for app_name in $x_apps do app_path=$( type -p $app_name ) - if [[ -z $app_path ]];then - script_debugger "Resuming in non X mode: $app_name not found in path. Use --recommends for solution" + if [[ -n $app_path ]];then + script_debugger "Resuming in non X mode: $app_name not found. Run $SCRIPT_NAME --recommends for package install advice." B_SHOW_X_DATA='false' break fi