From b23a393197b954d48367b15e30db7db921b5fe67 Mon Sep 17 00:00:00 2001 From: jolzem Date: Mon, 22 Dec 2025 14:09:35 +0100 Subject: [PATCH] Suppressed output of librewolf when deploying --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 5ddd719..88e787a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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" ;;