From 070c613050e9149fafc8af3072218199b4588387 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 2 Feb 2023 14:15:32 -0500 Subject: [PATCH] silent if file absent --- .local/bin/arkenfox-auto-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/arkenfox-auto-update b/.local/bin/arkenfox-auto-update index 1802965..05f4ca7 100755 --- a/.local/bin/arkenfox-auto-update +++ b/.local/bin/arkenfox-auto-update @@ -7,7 +7,7 @@ # run by a pacman hook set up. The user should not have to run this manually. # Search for all Firefox and Librewolf profiles using Arkenfox. -profiles="$(grep -H "arkenfox user.js" \ +profiles="$(grep -sH "arkenfox user.js" \ /home/*/.librewolf/*.default-release/user.js \ /home/*/.mozilla/firefox/*.default-release/user.js)"