From c26d8b02aa7b496136c6c12db94a8fb126c77ce5 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:57:13 -0500 Subject: [PATCH] Better Chromium: allow reporting of user error for missing customization directory --- apps/Better Chromium/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Better Chromium/install b/apps/Better Chromium/install index d989c2bc7c..72dec2a5f1 100755 --- a/apps/Better Chromium/install +++ b/apps/Better Chromium/install @@ -32,7 +32,7 @@ elif [ -d /etc/chromium-browser-unstable ];then folder=/etc/chromium-browser-unstable/customizations else - error "User error: Cannot find the directory where Chromium keeps its flags! Usually this would be /etc/chromium.d or /etc/chromium-browser/customizations. On your system, neither of these directories exist. Please reach out to Botspot for this to be fixed." + error "User error (reporting allowed): Cannot find the directory where Chromium keeps its flags! Usually this would be /etc/chromium.d or /etc/chromium-browser/customizations. On your system, neither of these directories exist. Please reach out to Botspot for this to be fixed." fi #Fix edge case where both an old version of chromium and a newer version are installed simultaneously