summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-02 14:15:32 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-02 14:15:32 -0500
commit070c613050e9149fafc8af3072218199b4588387 (patch)
treed731b09b9035c93e78f9b435e89fd96cbc6132e1
parentc9234676636b3c48ff5767b245790cd58b17085a (diff)
downloadeibhear-070c613050e9149fafc8af3072218199b4588387.tar.gz
eibhear-070c613050e9149fafc8af3072218199b4588387.tar.zst
eibhear-070c613050e9149fafc8af3072218199b4588387.zip
silent if file absent
-rwxr-xr-x.local/bin/arkenfox-auto-update2
1 files changed, 1 insertions, 1 deletions
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)"