silent if file absent

This commit is contained in:
Luke Smith 2023-02-02 14:15:32 -05:00
parent c923467663
commit 070c613050
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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)"