From 360a60b3a239934c49ca76d334056ec3d47ffa9a Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Mon, 20 Jun 2022 14:36:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=80=D0=B5=D0=B2=D0=B8=D0=B7=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../6_ac_update_sync/revision/2022/20220620-mask_nvidia_conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/templates/3.6/6_ac_update_sync/revision/2022/20220620-mask_nvidia_conf b/profiles/templates/3.6/6_ac_update_sync/revision/2022/20220620-mask_nvidia_conf index ce9bea3ac..04cc95171 100644 --- a/profiles/templates/3.6/6_ac_update_sync/revision/2022/20220620-mask_nvidia_conf +++ b/profiles/templates/3.6/6_ac_update_sync/revision/2022/20220620-mask_nvidia_conf @@ -2,6 +2,9 @@ #-ini(overlay-calculate.revision,#-cut(0,-,#-cl_pass_file-#)-#)-# -grep nvidia /etc/X11/xorg.conf >/dev/null && cl-setup-video +if [ -e /etc/X11/xorg.conf ] +then + grep nvidia /etc/X11/xorg.conf >/dev/null && cl-setup-video +fi exit 0