Suppressed output of librewolf when deploying

This commit is contained in:
2025-12-22 14:09:35 +01:00
parent ba4fc5f8fb
commit b23a393197
+1 -1
View File
@@ -49,7 +49,7 @@ for option in "$@"; do
;;
librewolf)
printf 'Paste the path of the Root Directory of your default profile\n'
librewolf about:profiles
librewolf about:profiles > /dev/null 2> /dev/null
read -r profile
link "$PWD/librewolf/user.js" "$profile/user.js"
;;