From f8cb03c2007c10c5775a234664d0ded7d5e855c5 Mon Sep 17 00:00:00 2001 From: VHSgunzo Date: Fri, 26 Apr 2024 20:54:15 +0300 Subject: [PATCH] Add QUIET_MODE for check_config_only() --- lux-wine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lux-wine b/lux-wine index e7006d5..8a404d4 100755 --- a/lux-wine +++ b/lux-wine @@ -3578,7 +3578,7 @@ lu_exit() { } check_config_only() { - check_exe_wcfg_cenv "$@" + QUIET_MODE=1 check_exe_wcfg_cenv "$@" check_luwine_wcfg_cenv check_def_config }